Commit 348b5769 authored by Dylan's avatar Dylan

Small change

parent 69e3b370
......@@ -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%.*}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment