From dc4aacd8538db40a3d628e1e0a7c758aacfa3124 Mon Sep 17 00:00:00 2001 From: Carl Sorensen Date: Sun, 27 Dec 2009 16:48:37 -0700 Subject: [PATCH] lily-git.tcl: Change repo directory to lilypond-git --- scripts/auxiliar/lily-git.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } -- 2.39.5