From 6920b390905bd5184db7d13166c574040441ef72 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:43:06 +0000 Subject: [PATCH] lilypond-0.0.62 --- bin/release | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5