hooks/pre-configure/00-gnu-configure-asneeded.sh: don't error on $configure_script with spaces.
This commit is contained in:
parent
598efd678c
commit
150c0b11b3
@ -3,7 +3,7 @@
|
|||||||
hook() {
|
hook() {
|
||||||
: ${configure_script:=./configure}
|
: ${configure_script:=./configure}
|
||||||
|
|
||||||
if [ ! -f ${configure_script} ]; then
|
if [ ! -f "${configure_script}" ]; then
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
# http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html
|
# http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user