diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2013-11-13 16:50:19 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2013-11-13 16:50:19 +0000 |
| commit | 11a90beea49bfc34cab21b13f906c0662706cb4b (patch) | |
| tree | 7b10003c73e749a51bf1e53c5a32e930c1b45e1d /usr.sbin/etcupdate | |
| parent | 009e1b77908adb87144ea23870ea45460ce24cf7 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/etcupdate')
| -rwxr-xr-x | usr.sbin/etcupdate/etcupdate.sh | 2 |
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 |
