From: Jan Nieuwenhuizen Date: Mon, 4 Aug 2003 16:50:23 +0000 (+0000) Subject: Add workaround for zsh posix X-Git-Tag: release/1.8.0~14 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=664cb2267ca32be3a1aafc2efb0a495b3eff74d9;p=lilypond.git Add workaround for zsh posix problem. --- diff --git a/ChangeLog b/ChangeLog index 8f35089966..209b404fc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-08-04 Jan Nieuwenhuizen + + * buildscripts/lilypond-profile.sh: Add workaround for zsh posix + problem. + 2003-08-04 Mats Bengtsson * Documentation/user/refman.itely (Text markup): Fix language bug. diff --git a/buildscripts/lilypond-profile.sh b/buildscripts/lilypond-profile.sh index 8c5d04224f..da6873afa9 100644 --- a/buildscripts/lilypond-profile.sh +++ b/buildscripts/lilypond-profile.sh @@ -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 <