From: Graham Percival Date: Sun, 7 Jun 2009 18:53:19 +0000 (-0700) Subject: Doc: remove unneeded path setup in updating-lsr script. X-Git-Tag: release/2.13.2-0~44 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0495bb3ea1b3bbad05c9af9f4a66f4d6bab9d23c;p=lilypond.git Doc: remove unneeded path setup in updating-lsr script. --- diff --git a/Documentation/devel/lsr-work.itexi b/Documentation/devel/lsr-work.itexi index 761246370e..ceaf1e1489 100644 --- a/Documentation/devel/lsr-work.itexi +++ b/Documentation/devel/lsr-work.itexi @@ -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)