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.2

maintainer-scripts/gcc_release

index 0bba03b..bfe7fab 100755 (executable)
@@ -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