From: Mark Mitchell Date: Fri, 22 Feb 2002 01:54:44 +0000 (+0000) Subject: Fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4a376f91d0811bc30e68cc3a84011b163c9a0157;p=gcc.git Fix typo [[Split portion of a mixed commit.]] From-SVN: r49952.2 --- diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release index 0bba03b2fad..bfe7fab709e 100755 --- a/maintainer-scripts/gcc_release +++ b/maintainer-scripts/gcc_release @@ -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