From 5ae84f0bc167bfd8a1ef6f0b957e80c773f2e85d Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 30 Oct 2003 17:08:38 +0000 Subject: fix quoting (from Forrest Taylor on anaconda-devel-list) --- scripts/buildinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/buildinstall b/scripts/buildinstall index a92ba26a6..a8a68020f 100755 --- a/scripts/buildinstall +++ b/scripts/buildinstall @@ -122,7 +122,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