]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add workaround for zsh posix
authorjanneke <janneke>
Mon, 4 Aug 2003 16:50:23 +0000 (16:50 +0000)
committerjanneke <janneke>
Mon, 4 Aug 2003 16:50:23 +0000 (16:50 +0000)
problem.

ChangeLog
buildscripts/lilypond-profile.sh

index 8f350899663b655dd7eb0b5732137c76d718fbf5..209b404fc0d047057be7c19c7ca148b95af135a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
+       problem.
+
 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
 
        * Documentation/user/refman.itely (Text markup): Fix language bug.
index 8c5d04224f85233aef4a3080693134881e237e28..da6873afa91b74ae3f8e96402ba46a3d47ed21d9 100644 (file)
@@ -7,6 +7,9 @@
 # If run by hand or from you .profile, run as follows
 #   . /PATH/TO/lilypond-profile
 
+# workaround for ZSH posix $0-problem
+[ -n "$ZSH_NAME" ] && setopt nofunctionargzero
+
 if [ `basename "$0"` = "lilypond-profile" ] ; then
     cat >/dev/stderr <<EOF