bug-gnu-music
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

/etc/profile.d/lilypond.csh problem


From: Griff Miller II
Subject: /etc/profile.d/lilypond.csh problem
Date: Sun, 17 Jun 2001 21:27:54 -0500

This is on LinuxPPC 2000 (Redhat).  The following change
needs to be made, to keep annoying messages about undefined
variables appearing whenever a login shell is started:

# diff lilypond.csh.sav lilypond.csh    
10,11c10,19
< setenv GS_FONTPATH "$datadir/afm:/usr/share/lilypond/pfa:$GS_FONTPATH"
< setenv GS_LIB "$datadir/ps:$GS_LIB"
---
> if ( $?GS_FONTPATH ) then
>       setenv GS_FONTPATH "$datadir/afm:/usr/share/lilypond/pfa:$GS_FONTPATH"
> else
>       setenv GS_FONTPATH "$datadir/afm:/usr/share/lilypond/pfa"
> endif
> if ( $?GS_LIB ) then
>       setenv GS_LIB "$datadir/ps:$GS_LIB"
> else
>       setenv GS_LIB "$datadir/ps"
> endif

--
Griff Miller II
Manager of Information Technology
Positron Corporation                "I need to be the owner of all of
address@hidden            the files in /usr/kvm."  -Anonymous User



reply via email to

[Prev in Thread] Current Thread [Next in Thread]