lilypond-user
[Top][All Lists]
Advanced

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

Re: profile


From: Norbert Koch
Subject: Re: profile
Date: Fri, 25 Jul 2003 14:03:06 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) XEmacs/21.4 (Rational FORTRAN, berkeley-unix)

David Bobroff <address@hidden> writes:

> export USERNAME BASH_ENV PATH
> . lilypond-profile
>
> When I first do my login and enter my password I get:
>
> -bash lilypond-profile: No such file or directory
>
> Obviously I'm missing some piece of vital information.  The verb "to
> source" in this context means something but it appears I don't know
> exactly what.

The syntax is correct, but the file location isn't.  You either have
to put the lilypond-profile into your $HOME or tell your shell where
to find it.  It might be a good thing to ask for an existing readable
file, something like

LP=/path/to/lilypond-profile
if [ -r $LP ]; then
  . $LP
else
  echo "Can't source $LP, file not found"
fi

norbert.




reply via email to

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