diff options
| author | Jeremy Katz <katzj@redhat.com> | 2003-10-30 17:08:38 +0000 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2003-10-30 17:08:38 +0000 |
| commit | 5ae84f0bc167bfd8a1ef6f0b957e80c773f2e85d (patch) | |
| tree | 7dcabbf89b22564f0e066a9885ab68532ab4e6ad | |
| parent | 1a6c65075df9df36c36b71bf4cd7322b058eb55c (diff) | |
fix quoting (from Forrest Taylor on anaconda-devel-list)
| -rwxr-xr-x | scripts/buildinstall | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
