aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>2002-02-22 01:54:44 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2002-02-22 01:54:44 +0000
commit4a376f91d0811bc30e68cc3a84011b163c9a0157 (patch)
treea015545cba01d9fcac314a13defcdc44c2f9ddfb /maintainer-scripts
parentb8f9335260f575489777d81052356ba4b2ebe10d (diff)
Fix typo
[[Split portion of a mixed commit.]] From-SVN: r49952.2
Diffstat (limited to 'maintainer-scripts')
-rwxr-xr-xmaintainer-scripts/gcc_release2
1 files changed, 1 insertions, 1 deletions
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