From 5b1b2931464d51335d0a47847a7b9e75ad67ac85 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 6 Nov 2003 16:34:23 +0000 Subject: more shell quoting fun from forrest --- scripts/buildinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/buildinstall b/scripts/buildinstall index ec133c9cf..b20d61f56 100755 --- a/scripts/buildinstall +++ b/scripts/buildinstall @@ -127,7 +127,7 @@ echo "Going to run buildinstall again" if [ -x /usr/bin/runroot ]; then runroot $COMPNAME --onlyone --arch $BUILDARCH "$BUILDINSTALL --buildinstdir $BUILDINSTDIR --second $PKGORDERSTR --comp $COMPNAME --version $VERSION --release '\"$RELEASESTR\"' --product '\"$PRODUCTSTR\"' --prodpath $PRODUCTPATH $DIR" else - $BUILDINSTALL --buildinstdir $BUILDINSTDIR --second $PKGORDERSTR --comp $COMPNAME --version $VERSION --release '\"$RELEASESTR\"' --product '\"$PRODUCTSTR\"' --prodpath $PRODUCTPATH $DIR + $BUILDINSTALL --buildinstdir $BUILDINSTDIR --second $PKGORDERSTR --comp $COMPNAME --version $VERSION --release "$RELEASESTR" --product "$PRODUCTSTR" --prodpath $PRODUCTPATH $DIR fi rm -rf $BUILDINSTDIR -- cgit