]> Zhao Yanbai Git Server - minix.git/commitdiff
Small fix
authorBen Gras <ben@minix3.org>
Tue, 26 Jul 2005 13:14:59 +0000 (13:14 +0000)
committerBen Gras <ben@minix3.org>
Tue, 26 Jul 2005 13:14:59 +0000 (13:14 +0000)
commands/scripts/setup.sh

index 2482908c0dc23cba61cbcf92c787813fa5a84dd6..d10317aca43e72631929c716b557beb877a2f61a 100755 (executable)
@@ -27,7 +27,7 @@ while getopts '' opt; do usage; done
 shift `expr $OPTIND - 1`
 
 if [ "$USER" != root ]
-then   echo "Please run setupcd as root."
+then   echo "Please run setup as root."
        exit 1
 fi