From: Mats Bengtsson Date: Thu, 29 Jan 2004 11:21:00 +0000 (+0000) Subject: * buildscripts/lilypond-login.sh: Avoid warning about undefined X-Git-Tag: release/2.1.23~148 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=998b44e3c59227313d87cf58407b3c419438f405;p=lilypond.git * buildscripts/lilypond-login.sh: Avoid warning about undefined TEXMF if it's previously unset. --- diff --git a/ChangeLog b/ChangeLog index 4204e80bdd..ad34cc8649 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-01-29 Mats Bengtsson + + * buildscripts/lilypond-login.sh: Avoid warning about undefined + TEXMF if it's previously unset. + 2004-01-29 Heikki Junes * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE. diff --git a/buildscripts/lilypond-login.sh b/buildscripts/lilypond-login.sh index 65952f21d0..d0c0377945 100644 --- a/buildscripts/lilypond-login.sh +++ b/buildscripts/lilypond-login.sh @@ -19,7 +19,7 @@ set datadir="@local_lilypond_datadir@" # Add the installation directory to the teTeX system tree, # see Documentation/misc/fontinstallation -set alreadyset = `echo $TEXMF | grep "$datadir"` +set alreadyset = `kpsexpand \$TEXMF | grep "$datadir"` if ( "$alreadyset" == "" ) then set noglob setenv TEXMF "{$datadir,"`kpsexpand \$TEXMF`"}"