From 348b576911c4aba311263dea27924e7eeb61daac Mon Sep 17 00:00:00 2001 From: Dylan Date: Fri, 19 Feb 2016 23:36:58 +1100 Subject: [PATCH] Small change --- fetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%.*}"