Shorten the equals fix
This commit is contained in:
parent
e45664ae6d
commit
70e88727b6
1 changed files with 1 additions and 1 deletions
2
fetch
2
fetch
|
@ -403,7 +403,7 @@ case "$os" in
|
|||
"Windows")
|
||||
distro="$(wmic os get Caption /value)"
|
||||
distro=${distro/Caption}
|
||||
distro=${distro/Caption\=}
|
||||
distro=${distro/'='}
|
||||
distro=${distro//[[:space:]]/ }
|
||||
distro=${distro// }
|
||||
distro=${distro/Microsoft }
|
||||
|
|
Loading…
Reference in a new issue