Small change
This commit is contained in:
parent
69e3b3704f
commit
348b576911
1 changed files with 1 additions and 1 deletions
2
fetch
2
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%.*}"
|
||||
|
|
Loading…
Reference in a new issue