summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-03-02 14:51:58 +0100
committerJim Meyering <meyering@redhat.com>2012-03-02 14:51:58 +0100
commitab9b086119d164ad70b8f8c767f2c758b2aa7ed1 (patch)
tree4ffb0e1ead0a0821331487ba0f9a1ca6b5bf69e8 /bootstrap
parent4e6ad5461660c1dc3d97a0d76e7dabea0aebd26f (diff)
downloadparted-ab9b086119d164ad70b8f8c767f2c758b2aa7ed1.tar.gz
maint: update README-release to reflect we now have two libraries
* README-release: Two sets of library version triples to adjust. * bootstrap: Tiny fix from gnulib.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index c8ee3cc..31eb651 100755
--- a/bootstrap
+++ b/bootstrap
@@ -423,7 +423,7 @@ check_versions() {
$use_git || continue
fi
# Honor $APP variables ($TAR, $AUTOCONF, etc.)
- appvar=`echo $app | tr '[a-z]-' '[A-Z]_'`
+ appvar=`echo $app | LC_ALL=C tr '[a-z]-' '[A-Z]_'`
test "$appvar" = TAR && appvar=AMTAR
case $appvar in
GZIP) ;; # Do not use $GZIP: it contains gzip options.