]> git.donarmstrong.com Git - lilypond.git/commitdiff
lily-git.tcl -- fix editor mistake typo
authorCarl Sorensen <c_sorensen@byu.edu>
Sat, 2 Jan 2010 00:15:10 +0000 (17:15 -0700)
committerCarl Sorensen <c_sorensen@byu.edu>
Sat, 2 Jan 2010 00:16:03 +0000 (17:16 -0700)
scripts/auxiliar/lily-git.tcl

index 23531d2ad1d627f131f8af943317a32f57a03bc4..0124ecc464fdd5d4c860e374dbaec4e57a12eaf4 100755 (executable)
@@ -141,7 +141,7 @@ proc commit {} {
     } else {
       git commit -a -m $commit_message
       git rebase --whitespace=fix HEAD^
-    set commit_message "2
+      set commit_message ""
     }
   }
 }