[email protected] writes:

> I thought that bash doesn't need the shebang in some cases?  at least, I
> could have sworn that I never added the shebang in this case?
>
> Anyway, LGTM and you can push it directly to staging if you want.
>
> http://codereview.appspot.com/6300118/

For shell scripts, it is usually sufficient to add

:

in the first line.  This is enough to tell other shells (like the C
shell) that it should better not try interpreting this shell script
themselves.

However, without a shebang line, you can only execute such scripts while
being in a shell or shell script.  It won't work when called via the
exec system call.

-- 
David Kastrup


_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to