From 0495bb3ea1b3bbad05c9af9f4a66f4d6bab9d23c Mon Sep 17 00:00:00 2001
From: Graham Percival <graham@percival-music.ca>
Date: Sun, 7 Jun 2009 11:53:19 -0700
Subject: [PATCH] Doc: remove unneeded path setup in updating-lsr script.

---
 Documentation/devel/lsr-work.itexi | 8 --------
 1 file changed, 8 deletions(-)

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)
-- 
2.39.5