From: Julien Rioux Date: Wed, 20 Jun 2012 15:14:19 +0000 (-0400) Subject: Add missing shebang line in MacOSX instructions. X-Git-Tag: release/2.15.41-1~23 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9d3a999b3ae3502633858c50185c0180949d405c;p=lilypond.git Add missing shebang line in MacOSX instructions. --- diff --git a/Documentation/web/download.itexi b/Documentation/web/download.itexi index 55306b48d8..365ecedaa3 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