diff --git a/fetch b/fetch index 6bdc88ed..bf1c8112 100755 --- a/fetch +++ b/fetch @@ -403,6 +403,7 @@ case "$os" in "Windows") distro="$(wmic os get Caption /value)" distro=${distro/Caption} + distro=${distro/Caption\=} distro=${distro//[[:space:]]/ } distro=${distro// } distro=${distro/Microsoft }