From: Graham Percival Date: Sat, 16 Jan 2010 16:38:47 +0000 (+0000) Subject: Make it easier to change the lilypond-git dir. X-Git-Tag: release/2.13.12-1~123 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3dfc97861eb1f2607903ad8e3ed404e2e7b33129;p=lilypond.git Make it easier to change the lilypond-git dir. I don't recommend that people do this, but *sigh* there's a lot of interest in it. (OTOH, I guess that's to be expected from people who want to work on open-source projects) --- diff --git a/scripts/auxiliar/lily-git.tcl b/scripts/auxiliar/lily-git.tcl index 0124ecc464..5bc6a3c85b 100755 --- a/scripts/auxiliar/lily-git.tcl +++ b/scripts/auxiliar/lily-git.tcl @@ -9,6 +9,10 @@ set version 0.64 # set to 1 to set up for translation, to 0 for other set translator 0 +# location of lilypond git +set lily_dir $env(HOME)/lilypond-git + + if {$translator == 1} { set windowTitle \ "LilyPond Translator's Git Interface version $version" @@ -66,7 +70,6 @@ set commit_header {} # Helper functions -set lily_dir $env(HOME)/lilypond-git if {[file exists $lily_dir]} { cd $lily_dir }