]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/install-info-html.sh
(before_line_breaking): update
[lilypond.git] / buildscripts / install-info-html.sh
index a21e9b7d8f2827814115f32821331e68b3e94bcf..79e8289ec9e7ab34faa287e509f8a1c1a19fadee 100644 (file)
@@ -1,4 +1,4 @@
-#!@BASH@
+#!@SHELL@
 
 name=install-info-html
 version=1.0
@@ -15,7 +15,7 @@ debug_echo=:
 #
 # print usage
 #
-function help ()
+help ()
 {
        cat << EOF
 $name $version
@@ -33,7 +33,7 @@ EOF
 }
  
 
-function cleanup ()
+cleanup ()
 {
        $debug_echo "cleaning ($?)..."
 }