]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: remove unneeded path setup in updating-lsr script.
authorGraham Percival <graham@percival-music.ca>
Sun, 7 Jun 2009 18:53:19 +0000 (11:53 -0700)
committerGraham Percival <graham@percival-music.ca>
Sun, 7 Jun 2009 18:53:19 +0000 (11:53 -0700)
Documentation/devel/lsr-work.itexi

index 761246370e57272611167a342fb2aa768da6d61e..ceaf1e148984cc74dec79cd32d8541dd08a6ca16 100644 (file)
@@ -247,14 +247,6 @@ searched for the word "failed" to see which snippets do not compile.
 @example
 #!/bin/bash
 
-# Mac or Linux?
-OS=$(uname)
-
-# set Lilypond PATH if OS is Darwin
-if [ "$OS" == "Darwin" ] ; then
-   export PATH="$PATH:/Applications/LilyPond.app/Contents/Resources/bin/"
-fi
-
 for LILYFILE in *.ly
 do
   STEM=$(basename "$LILYFILE" .ly)