Il giorno mer 18 nov 2015 alle 17:38, Ralf Mattes <r.mat...@mh-freiburg.de> ha scritto:

Am Mittwoch, 18. November 2015 16:56 CET, Federico Bruni <f...@inventati.org> schrieb:

Il giorno mer 18 nov 2015 alle 16:33, Urs Liska <u...@openlilylib.org> ha
 scritto:
 > Does sh read ~/.bashrc?

 Yes, it does:

 $ sh -c "echo $LILYPOND_GIT"
 /home/fede/src/lilypond-git

No, it doesn't (necesarily). In your test you start the shell (most likely /bin/sh, which most likeliy is a link to /bin/bash or /bin/dash) from within another shell runnning in a terminal emulator and _that_ shell most likely
read ~/.bashrc and exported those environment variables.

You are right, not necessarily: in fact it reads the environment variables, but it does not read the frescobaldi alias.

/bin/sh is a link to /bin/bash



 >
 > What about
 >
 > bash -c frescobaldi
 > ?

 same error

When run from a terminal (emulator)?  Hard to belive.
If run from some desktop file (or menu or whatever) then yes, that
would be expected. If you want bash to consult startup files you must
run it as a 'login' shell. So, either 'bash --login' or 'bash -l'

Well, this is what's happening here on Fedora 23 using the gnome terminal:

[~]$ bash -c frescobaldi
bash: frescobaldi: comando non trovato
[~]$ bash -c 'frescobaldi'
bash: frescobaldi: comando non trovato
[~]$ bash -l -c 'frescobaldi'
bash: frescobaldi: command not found




_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to