From: fred Date: Tue, 26 Mar 2002 23:57:44 +0000 (+0000) Subject: lilypond-1.3.112 X-Git-Tag: release/1.5.59~1216 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a60743c289d1efc8af581269c630a4a3719daac6;p=lilypond.git lilypond-1.3.112 --- diff --git a/buildscripts/clean-fonts.sh b/buildscripts/clean-fonts.sh index 09ad8f13c6..18e070ca0f 100644 --- a/buildscripts/clean-fonts.sh +++ b/buildscripts/clean-fonts.sh @@ -22,7 +22,7 @@ fi if [ -d /var/texfonts ]; then TEXDIRS="$TEXDIRS /var/texfonts" fi -if [ -z $TEXDIR ]; then +if [ -z "$TEXDIR" ]; then TEXDIRS=". /var" else TEXDIRS=". $TEXDIRS"