From a60743c289d1efc8af581269c630a4a3719daac6 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:57:44 +0000 Subject: [PATCH] lilypond-1.3.112 --- buildscripts/clean-fonts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5