From: hanwen Date: Thu, 4 Jul 2002 18:57:12 +0000 (+0000) Subject: csh fix X-Git-Tag: release/1.5.71~188 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c44b090f2c28528a9a846b2b86db01a502475f68;p=lilypond.git csh fix --- diff --git a/NEWS b/NEWS index 1671fdddab..ac56aa9eaf 100644 --- a/NEWS +++ b/NEWS @@ -28,4 +28,6 @@ ambituses, more shapes. * Completely rewritten midi input support. +* Manual thoroughly revised manual. + * Many bugfixes diff --git a/buildscripts/lilypond-login.sh b/buildscripts/lilypond-login.sh index 9e7278f681..8b472b3784 100644 --- a/buildscripts/lilypond-login.sh +++ b/buildscripts/lilypond-login.sh @@ -33,9 +33,9 @@ unset noglob # Add all available TeX Type1 fonts (including Feta) to Ghostscript: if ( $?GS_FONTPATH ) then - setenv GS_FONTPATH `kpsewhich -expand-path=\$T1FONTS`:$GS_FONTPATH" - else + setenv GS_FONTPATH `kpsewhich -expand-path=\$T1FONTS`:$GS_FONTPATH +else setenv GS_FONTPATH `kpsewhich -expand-path=\$T1FONTS` - endif +endif