lilypond-devel
[Top][All Lists]
Advanced

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

Re: Add missing shebang line in MacOSX instructions. (issue 6300118)


From: julien . rioux
Subject: Re: Add missing shebang line in MacOSX instructions. (issue 6300118)
Date: Fri, 22 Jun 2012 08:59:35 +0000

Reviewers: Graham Percival,

Message:
On 2012/06/22 08:19:29, Graham Percival wrote:
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?

As I understand it, problems ensue when you try to call that script from
python.

--
Julien

Description:
Add missing shebang line in MacOSX instructions.

Please review this at http://codereview.appspot.com/6300118/

Affected files:
  M Documentation/web/download.itexi


Index: Documentation/web/download.itexi
diff --git a/Documentation/web/download.itexi b/Documentation/web/download.itexi index 55306b48d89798718b81951c45706e9343885d25..365ecedaa3595aac6da3db6860c35f72d1653778 100644
--- a/Documentation/web/download.itexi
+++ b/Documentation/web/download.itexi
@@ -358,6 +358,7 @@ Create a file called @command{lilypond} which contains

 @divClass{h-scroll-auto}
 @example
+#!/bin/bash
 exec @var{DIR}/LilyPond.app/Contents/Resources/bin/lilypond "$@@"
 @end example
 @divEnd





reply via email to

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