Merge pull request #19125 from markus1189/bin-bash-cleanup

Bin bash cleanup
This commit is contained in:
Jörg Thalheim
2016-10-05 17:16:00 +02:00
committed by GitHub
10 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!@shell@
set "$(dirname "$0")"/X11.bin "${@}"

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