Author: jhb Date: Wed Nov 13 16:50:19 2013 New Revision: 258097 URL: http://svnweb.freebsd.org/changeset/base/258097
Log: Escape a newline added in the previous commit when verifying the flags passed to the build, diff, or status commands. Modified: head/usr.sbin/etcupdate/etcupdate.sh Modified: head/usr.sbin/etcupdate/etcupdate.sh ============================================================================== --- head/usr.sbin/etcupdate/etcupdate.sh Wed Nov 13 16:17:05 2013 (r258096) +++ head/usr.sbin/etcupdate/etcupdate.sh Wed Nov 13 16:50:19 2013 (r258097) @@ -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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"