diff options
author | Joshua Kinard <kumba@gentoo.org> | 2006-07-26 00:51:17 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2006-07-26 00:51:17 +0000 |
commit | 749d57e86447c571420cb21dab199c13772ffb06 (patch) | |
tree | 5a9084c93c1c7d1cb79c0e80665cfc15b229b0f3 /src/patchsets/glibc/make-tarball.sh | |
parent | Import the mozilla-thunderbird patches into CVS so we can keep track of the t... (diff) | |
download | gentoo-749d57e86447c571420cb21dab199c13772ffb06.tar.gz gentoo-749d57e86447c571420cb21dab199c13772ffb06.tar.bz2 gentoo-749d57e86447c571420cb21dab199c13772ffb06.zip |
Fix typo: binutils -> glibc
Diffstat (limited to 'src/patchsets/glibc/make-tarball.sh')
-rw-r--r-- | src/patchsets/glibc/make-tarball.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patchsets/glibc/make-tarball.sh b/src/patchsets/glibc/make-tarball.sh index 6ed03107db..5e528feb65 100644 --- a/src/patchsets/glibc/make-tarball.sh +++ b/src/patchsets/glibc/make-tarball.sh @@ -8,7 +8,7 @@ gver=$1 pver=$2 if [[ ! -d ./${gver} ]] ; then - echo "Error: ${gver} is not a valid binutils ver" + echo "Error: ${gver} is not a valid glibc ver" exit 1 fi |