aboutsummaryrefslogtreecommitdiff
path: root/www/oops/pkg-install
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-02-05 18:33:40 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-02-05 18:33:40 +0000
commita7830d9ea33806b57d1e92c4b008ac838cbc7337 (patch)
tree222abfa77ff08fb393ff3923222eb46a498f9763 /www/oops/pkg-install
parent38893d64f686a436415541a4014eb625b85346ed (diff)
Notes
Diffstat (limited to 'www/oops/pkg-install')
-rw-r--r--www/oops/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/oops/pkg-install b/www/oops/pkg-install
index 116d14d3961a..bafdc6fb9230 100644
--- a/www/oops/pkg-install
+++ b/www/oops/pkg-install
@@ -38,7 +38,7 @@ if [ x"$2" = xPRE-INSTALL ]; then
else
echo "You need a user \"${user}\"."
doadduser=1
- if [ "$BATCH" = "yes" ]; then
+ if [ "X${BATCH}" != "X" ]; then
doadduser=0
else
yesno "Would you like me to create it" y && doadduser=0