From a16f7c8680562e768fcefbf19c043e863d84968e Mon Sep 17 00:00:00 2001 From: mmitchel Date: Wed, 13 Jun 2001 18:39:20 +0000 Subject: [PATCH] Fix typo git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-3_0-branch@43345 138bc75d-0d04-0410-961f-82ee72b054a4 --- contrib/gcc_release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/gcc_release b/contrib/gcc_release index 3030572f6f0..b3e2bcb55c2 100755 --- a/contrib/gcc_release +++ b/contrib/gcc_release @@ -224,7 +224,7 @@ build_tarfiles() { bzfile=${f%.gz}.bz2 zcat $f | ${BZIP2} > ${bzfile} FILE_LIST="${FILE_LIST} ${bzfile}" - fi + done } # Build diffs against an old release. -- 2.11.4.GIT