From 2aca57b7d42d6840cc1a263bbc1e192053937ced Mon Sep 17 00:00:00 2001 From: janneke Date: Mon, 4 Aug 2003 16:50:23 +0000 Subject: [PATCH] Add workaround for zsh posix problem. --- ChangeLog | 5 +++++ buildscripts/lilypond-profile.sh | 3 +++ 2 files changed, 8 insertions(+) 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 <