commit | c72daea86807d391ae800be7846e86708588def6 | [log] [tgz] |
---|---|---|
author | Simon Kelley <simon@thekelleys.org.uk> | Thu Jan 05 21:33:27 2012 +0000 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Thu Jan 05 21:33:27 2012 +0000 |
tree | 0ddaeffd42140667e1b7917f10f96e37d47da1a9 | |
parent | 74c95c25425154af858de72773eb643fd5712e72 [diff] [blame] |
Accumulated 2.60 changes going into git
diff --git a/bld/pkg-wrapper b/bld/pkg-wrapper index 4f3b76b..c32034e 100755 --- a/bld/pkg-wrapper +++ b/bld/pkg-wrapper
@@ -3,7 +3,7 @@ search=$1 shift -if grep "^\#.*define.*$search" config.h 2>&1 >/dev/null || \ +if grep "^\#[[:space:]]*define[[:space:]]*$search" config.h 2>&1 >/dev/null || \ grep $search 2>&1 >/dev/null ; then exec $* fi