diff --git a/commands/setup/setup.sh b/commands/setup/setup.sh index fe9cf5fca..918e228f8 100644 --- a/commands/setup/setup.sh +++ b/commands/setup/setup.sh @@ -21,8 +21,8 @@ USRFILES="`find -x /usr | wc -l`" # /usr/install isn't copied onto the new system; compensate INSTALLDIR=/usr/install if [ -d $INSTALLDIR ] -then $USRFILES=$(($USRFILES - `find -x $INSTALLDIR | wc -l`)) - $USRKB=$(($USRKB - `du -sxk $INSTALLDIR | awk '{ print $1 }'`)) +then USRFILES=$(($USRFILES - `find -x $INSTALLDIR | wc -l`)) + USRKB=$(($USRKB - `du -sxk $INSTALLDIR | awk '{ print $1 }'`)) fi if [ -z "$FSTYPE" ]