]> git.donarmstrong.com Git - lilypond.git/commitdiff
* buildscripts/lilypond-login.sh: Avoid warning about undefined
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Thu, 29 Jan 2004 11:21:00 +0000 (11:21 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Thu, 29 Jan 2004 11:21:00 +0000 (11:21 +0000)
TEXMF if it's previously unset.

ChangeLog
buildscripts/lilypond-login.sh

index 4204e80bdd9aa94954801e8440689e972bc3a3be..ad34cc8649b4f27390713a6d43586a7c90b9c39f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * buildscripts/lilypond-login.sh: Avoid warning about undefined
+       TEXMF if it's previously unset.
+
 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
 
        * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
index 65952f21d0d0db63ce9747422ff422f56ef6120c..d0c0377945429cfe4d90df784855808a7bac05b6 100644 (file)
@@ -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`"}"