From d5e69ed8a1d37f6c43395c33b1481ded35afd4f9 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 7 Nov 2006 13:38:11 +0100 Subject: [PATCH] don't use guile -e main execution. --- scripts/lilypond-invoke-editor.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lilypond-invoke-editor.scm b/scripts/lilypond-invoke-editor.scm index b07304e232..048ac3f53b 100755 --- a/scripts/lilypond-invoke-editor.scm +++ b/scripts/lilypond-invoke-editor.scm @@ -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)) -- 2.39.2