Small change
This commit is contained in:
parent
69e3b3704f
commit
348b576911
2
fetch
2
fetch
|
@ -1331,7 +1331,7 @@ getstyle () {
|
||||||
else
|
else
|
||||||
case "$os" in
|
case "$os" in
|
||||||
"Windows")
|
"Windows")
|
||||||
[ ! "$path" ] && return
|
[ -z "$path" ] && return
|
||||||
theme="$(head -n1 $path 2>/dev/null)"
|
theme="$(head -n1 $path 2>/dev/null)"
|
||||||
theme="${theme##*\\}"
|
theme="${theme##*\\}"
|
||||||
theme="${theme%.*}"
|
theme="${theme%.*}"
|
||||||
|
|
Reference in New Issue