From 18799d8df49b9fdac5503c6b039f2e7b14a29fc7 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Fri, 22 Feb 2002 01:54:44 +0000 Subject: [PATCH] Fix typo [[Split portion of a mixed commit.]] From-SVN: r49952.1 --- contrib/gcc_release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2