* bootstrap: Fix unportable expr usage.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 2 Aug 2008 07:41:09 +0000 (09:41 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 2 Aug 2008 08:49:35 +0000 (10:49 +0200)
bootstrap

index 6226973..faa9bab 100755 (executable)
--- 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)