diff --git a/fetch b/fetch index 23f16711..7e7a9f3c 100755 --- a/fetch +++ b/fetch @@ -599,7 +599,7 @@ getvisualstyle () { ;; "Windows"*) - visualstyle="grep -F 'CurrentTheme' /proc/registry/HKEY_CURRENT_USER/oftware/Microsoft/Windows/CurrentVersion/Themes" + visualstyle="$(grep -F 'CurrentTheme' /proc/registry/HKEY_CURRENT_USER/oftware/Microsoft/Windows/CurrentVersion/Themes)" ;; *)