From: Ralf Wildenhues Date: Sat, 2 Aug 2008 07:41:09 +0000 (+0200) Subject: * bootstrap: Fix unportable expr usage. X-Git-Tag: v7.0~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3b5543ea887f41409773d6ed3b884646687a887;p=thirdparty%2Fcoreutils.git * bootstrap: Fix unportable expr usage. --- diff --git a/bootstrap b/bootstrap index 6226973e86..faa9babbf0 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)