summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2008-08-02 09:41:09 +0200
committerJim Meyering <meyering@redhat.com>2008-08-02 10:49:35 +0200
commite3b5543ea887f41409773d6ed3b884646687a887 (patch)
treef1346c939d4dada0d4d21272255d97eccc3ae195 /bootstrap
parent84f6abfe00b4ab533145623638b417a2221f9c75 (diff)
downloadcoreutils-e3b5543ea887f41409773d6ed3b884646687a887.tar.xz
* bootstrap: Fix unportable expr usage.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 6226973e8..faa9babbf 100755
--- a/bootstrap
+++ b/bootstrap
@@ -165,7 +165,7 @@ do
usage
exit;;
--gnulib-srcdir=*)
- GNULIB_SRCDIR=`expr "$option" : '--gnulib-srcdir=\(.*\)'`;;
+ GNULIB_SRCDIR=`expr "X$option" : 'X--gnulib-srcdir=\(.*\)'`;;
--skip-po)
SKIP_PO=t;;
--force)