summaryrefslogtreecommitdiffstats
path: root/scripts/upd-instroot
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-02 05:28:39 +0000
committerMatt Wilson <msw@redhat.com>2000-06-02 05:28:39 +0000
commit74e9baa8255eed87c4b9f4e7a624083726a9e8bb (patch)
tree5c1793e343496e50af4ff595d2e7b202707f9030 /scripts/upd-instroot
parent1d97d19253a6120733f63289558c2209d468561a (diff)
downloadanaconda-74e9baa8255eed87c4b9f4e7a624083726a9e8bb.tar.gz
anaconda-74e9baa8255eed87c4b9f4e7a624083726a9e8bb.tar.xz
anaconda-74e9baa8255eed87c4b9f4e7a624083726a9e8bb.zip
typo
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-xscripts/upd-instroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 386210eda..3912d7293 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -506,7 +506,7 @@ patch -p0 > /dev/null <<EOF
EOF
cd -
-echo -n -e "\Removing unused python files in $DEST... "
+echo -n -e "Removing unused python files in hdimage... "
if [ -x /usr/bin/runroot ]; then
REALPATH=`(cd $DEST; /bin/pwd)`
runroot dist-7.0 --arch $ARCH "cd $REALPATH\; usr/lib/anaconda-runtime/pythondeps $REALPATH" > /dev/null