From e101e2961ddac6e07b2d51bbef7939c7e9de9279 Mon Sep 17 00:00:00 2001 From: matsb Date: Thu, 29 Jan 2004 11:21:00 +0000 Subject: [PATCH] * buildscripts/lilypond-login.sh: Avoid warning about undefined TEXMF if it's previously unset. --- ChangeLog | 5 +++++ buildscripts/lilypond-login.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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`"}" -- 2.39.5