]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typo
authorMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 22 Feb 2002 01:54:44 +0000 (01:54 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 22 Feb 2002 01:54:44 +0000 (01:54 +0000)
[[Split portion of a mixed commit.]]

From-SVN: r49952.1

contrib/gcc_release

index 14e3015f8aa0193482ee437e8f6c3e1d0e7f8343..4da41e2c6eb6ff4523d1aa5711b2cec9b8302e0d 100755 (executable)
@@ -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