From c44b090f2c28528a9a846b2b86db01a502475f68 Mon Sep 17 00:00:00 2001 From: hanwen Date: Thu, 4 Jul 2002 18:57:12 +0000 Subject: [PATCH] csh fix --- NEWS | 2 ++ buildscripts/lilypond-login.sh | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) 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 -- 2.39.5