Commit 4a376f91 by Mark Mitchell

Fix typo

[[Split portion of a mixed commit.]]

From-SVN: r49952.2
parent b8f93352
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment