Escape a newline added in the previous commit when verifying the flags
passed to the build, diff, or status commands.
This commit is contained in:
parent
009e1b7790
commit
11a90beea4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user