From: fred Date: Sun, 24 Mar 2002 19:43:06 +0000 (+0000) Subject: lilypond-0.0.62 X-Git-Tag: release/1.5.59~4741 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6920b390905bd5184db7d13166c574040441ef72;p=lilypond.git lilypond-0.0.62 --- diff --git a/bin/release b/bin/release index 4f38a8883e..a52951ec32 100755 --- a/bin/release +++ b/bin/release @@ -46,7 +46,7 @@ mv $patch ../patches/ RPMS=`find ~/rpms/ -name lilypond-$NEWVER'*'rpm` rm *.rpm {lilypond,patch}-*.gz -if [ ! -z $RPMS ]; then +if [ ! -z "$RPMS" ]; then ln $RPMS . fi @@ -54,8 +54,8 @@ ln ../releases/$tarball . ln ../patches/$patch . -if [ ! -z $RPMS ]; then - RPMS=lilypond-$LILYVER-1.i386.rpm lilypond-$LILYVER-1.src.rpm +if [ ! -z "$RPMS" ]; then + RPMS="lilypond-$LILYVER-1.i386.rpm lilypond-$LILYVER-1.src.rpm" fi tar cf updeet $tarball $patch $RPMS tar tfv updeet