diff --git a/fetch b/fetch index 571fda75..f29d29a5 100755 --- a/fetch +++ b/fetch @@ -1331,7 +1331,7 @@ getstyle () { else case "$os" in "Windows") - [ ! "$path" ] && return + [ -z "$path" ] && return theme="$(head -n1 $path 2>/dev/null)" theme="${theme##*\\}" theme="${theme%.*}"