summaryrefslogtreecommitdiff
path: root/build_tools/mkpkgconfig
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/mkpkgconfig')
-rwxr-xr-xbuild_tools/mkpkgconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_tools/mkpkgconfig b/build_tools/mkpkgconfig
index 08ecb924e..fd7d90686 100755
--- a/build_tools/mkpkgconfig
+++ b/build_tools/mkpkgconfig
@@ -1,5 +1,6 @@
#!/bin/sh
PPATH="$1"
+GREP=${GREP:-grep}
## Make sure we were called from Makefile
if [ "x$ASTERISKVERSIONNUM" = "x" ]; then