projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84f6abf
)
* bootstrap: Fix unportable expr usage.
author
Ralf Wildenhues
<Ralf.Wildenhues@gmx.de>
Sat, 2 Aug 2008 07:41:09 +0000
(09:41 +0200)
committer
Jim Meyering
<meyering@redhat.com>
Sat, 2 Aug 2008 08:49:35 +0000
(10:49 +0200)
bootstrap
patch
|
blob
|
history
diff --git
a/bootstrap
b/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)