From: Ben Gras Date: Tue, 26 Jul 2005 13:14:59 +0000 (+0000) Subject: Small fix X-Git-Tag: v3.1.0~536 X-Git-Url: http://zhaoyanbai.com/repos/rndc.html?a=commitdiff_plain;h=2293ccfc45ec69e8ad41e78cd5ffa283ffbfe3e5;p=minix.git Small fix --- diff --git a/commands/scripts/setup.sh b/commands/scripts/setup.sh index 2482908c0..d10317aca 100755 --- a/commands/scripts/setup.sh +++ b/commands/scripts/setup.sh @@ -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