Small change

This commit is contained in:
Dylan 2016-02-19 23:36:58 +11:00
parent 69e3b3704f
commit 348b576911
1 changed files with 1 additions and 1 deletions

2
fetch
View File

@ -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%.*}"