]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/auxiliar/lily-git.tcl
Scripts: update exclude lists in ref_check.py
[lilypond.git] / scripts / auxiliar / lily-git.tcl
index 0124ecc464fdd5d4c860e374dbaec4e57a12eaf4..966ae823c7bb3c7be9a5ee4037de464f72e96222 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/wish
 
 # GUI interface for common LilyPond git repository commands
-# Copyright 2009 by Johannes Schindelin and Carl Sorensen
+# Copyright 2009--2010 by Johannes Schindelin and Carl Sorensen
 #
 
 set version 0.64
@@ -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
 }