From a44c176118fbd39b0a6e90bdb265fadc98063294 Mon Sep 17 00:00:00 2001 From: mmitchel Date: Wed, 13 Jun 2001 18:28:46 +0000 Subject: [PATCH] Fix typo git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-3_0-branch@43339 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 2ec67e008b2..3030572f6f0 100755 --- a/contrib/gcc_release +++ b/contrib/gcc_release @@ -219,7 +219,7 @@ build_tarfiles() { done fi - # Possibly build .bz2 files. + # Build .bz2 files. for f in ${FILE_LIST}; do bzfile=${f%.gz}.bz2 zcat $f | ${BZIP2} > ${bzfile} -- 2.11.4.GIT