From fecaa1e1b61582f985263a4f9e5b32076a6d7b9c Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Thu, 1 Jun 2000 20:07:55 +0000 Subject: output to /dev/null --- scripts/upd-instroot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/upd-instroot') diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 13a72d1ee..231b6e846 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -472,7 +472,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" > /dev/null else $p/usr/lib/anaconda-runtime/scrubtree $p fi @@ -517,7 +517,7 @@ cd - 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" + runroot dist-7.0 --arch $ARCH "cd $REALPATH\; usr/lib/anaconda-runtime/pythondeps $REALPATH" > /dev/null else $DEST/usr/lib/anaconda-runtime/pythondeps $DEST fi -- cgit