From: Mark Mitchell Date: Fri, 22 Feb 2002 01:54:44 +0000 (+0000) Subject: Fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18799d8df49b9fdac5503c6b039f2e7b14a29fc7;p=thirdparty%2Fgcc.git Fix typo [[Split portion of a mixed commit.]] From-SVN: r49952.1 --- diff --git a/contrib/gcc_release b/contrib/gcc_release index 14e3015f8aa0..4da41e2c6eb6 100755 --- a/contrib/gcc_release +++ b/contrib/gcc_release @@ -520,7 +520,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