aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/etcupdate
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2013-11-13 16:50:19 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2013-11-13 16:50:19 +0000
commit11a90beea49bfc34cab21b13f906c0662706cb4b (patch)
tree7b10003c73e749a51bf1e53c5a32e930c1b45e1d /usr.sbin/etcupdate
parent009e1b77908adb87144ea23870ea45460ce24cf7 (diff)
Notes
Diffstat (limited to 'usr.sbin/etcupdate')
-rwxr-xr-xusr.sbin/etcupdate/etcupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/etcupdate/etcupdate.sh b/usr.sbin/etcupdate/etcupdate.sh
index 96e507e4388fb..b1605fae0e23a 100755
--- a/usr.sbin/etcupdate/etcupdate.sh
+++ b/usr.sbin/etcupdate/etcupdate.sh
@@ -1698,7 +1698,7 @@ case $command in
fi
;;
build|diff|status)
- if [ -n "$dryrun" -o -n "$rerun" -o -n "$tarball" -o
+ if [ -n "$dryrun" -o -n "$rerun" -o -n "$tarball" -o \
-n "$preworld" ]; then
usage
fi