Small change
This commit is contained in:
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
Block a user