summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-02 04:52:54 +0000
committerMatt Wilson <msw@redhat.com>2000-06-02 04:52:54 +0000
commit77c44b947031180625769fa31fea9306a657c0d8 (patch)
treeda36b8df86f340073593ab5443c50849aba0b51d /scripts
parent9f9bf5b2e56ec54036138bb79d5ab68e58ad5e51 (diff)
downloadanaconda-77c44b947031180625769fa31fea9306a657c0d8.tar.gz
anaconda-77c44b947031180625769fa31fea9306a657c0d8.tar.xz
anaconda-77c44b947031180625769fa31fea9306a657c0d8.zip
oops, quotes
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upd-instroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 063641d8d..386210eda 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -465,7 +465,7 @@ for p in $DEST $DESTGR; do
if [ -x /usr/bin/runroot ]; then
REALPATH=`(cd $p; /bin/pwd)`
- runroot dist-7.0 --arch $ARCH cd $REALPATH\; usr/lib/anaconda-runtime/scrubtree $REALPATH
+ runroot dist-7.0 --arch $ARCH "cd $REALPATH\; usr/lib/anaconda-runtime/scrubtree $REALPATH"
else
$p/usr/lib/anaconda-runtime/scrubtree $p
fi