]> git.donarmstrong.com Git - lilypond.git/commitdiff
don't use guile -e main execution.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 7 Nov 2006 12:38:11 +0000 (13:38 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 7 Nov 2006 12:38:11 +0000 (13:38 +0100)
scripts/lilypond-invoke-editor.scm

index b07304e232cea1fda9d0d005a58929899d3f228b..048ac3f53b3021fa005478e3ace188f1e3fd02f4 100755 (executable)
@@ -1,5 +1,4 @@
-#!@GUILE@ \
--e main -s
+#!@GUILE@ -s
 !#
 ;;;; lilypond-invoke-editor.scm -- Invoke an editor in file:line:column mode
 ;;;;
@@ -146,3 +145,4 @@ Options:
          (run-editor uri)
          (run-browser uri)))))
 
+(main (command-line))