Fix typo
[[Split portion of a mixed commit.]] From-SVN: r49952.2
This commit is contained in:
parent
b8f9335260
commit
4a376f91d0
@ -561,7 +561,7 @@ while [ $# -ne 0 ]; do
|
||||
sources) MODE_SOURCES=1;;
|
||||
tarfiles) MODE_TARFILES=1;;
|
||||
upload) MODE_UPLOAD=1;;
|
||||
all) MODE_SOURCES=1; MODE_TARFILES=1; MODE_UPLOAD=1;;
|
||||
all) MODE_SOURCES=1; MODE_TARFILES=1; MODE_DIFFS=1; MODE_UPLOAD=1;;
|
||||
*) error "Unknown mode $1";;
|
||||
esac
|
||||
shift
|
||||
|
Loading…
Reference in New Issue
Block a user