From: Carl Sorensen Date: Sun, 27 Dec 2009 23:48:37 +0000 (-0700) Subject: lily-git.tcl: Change repo directory to lilypond-git X-Git-Tag: release/2.13.10-1~44 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dc4aacd8538db40a3d628e1e0a7c758aacfa3124;p=lilypond.git lily-git.tcl: Change repo directory to lilypond-git --- diff --git a/scripts/auxiliar/lily-git.tcl b/scripts/auxiliar/lily-git.tcl index 02f1040caf..70f3c244d6 100755 --- a/scripts/auxiliar/lily-git.tcl +++ b/scripts/auxiliar/lily-git.tcl @@ -4,7 +4,7 @@ # Copyright 2009 by Johannes Schindelin and Carl Sorensen # -set version 0.59 +set version 0.60 # set to 1 to set up for translation, to 0 for other set translator 0 @@ -28,7 +28,7 @@ package require Tk # Helper functions -set lily_dir $env(HOME)/lilypond +set lily_dir $env(HOME)/lilypond-git if {[file exists $lily_dir]} { cd $lily_dir }