Replace hard coded /bin/bash occurrences

This commit is contained in:
Markus Hauck
2016-10-04 20:15:37 +02:00
parent 58b6c84071
commit aafbd40577
10 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!@shell@
export PATH=@PATH@:$PATH
@@ -83,7 +83,7 @@ get_fontdirs() {
if [[ $osxfonts == 1 ]] ; then
find {/System/,/}Library/Fonts -type d
fi
else
else
if [[ $osxfonts == 1 && -d "${HOME}/Library/Fonts" ]] ; then
find "${HOME}/Library/Fonts" -type d
fi