aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools
diff options
context:
space:
mode:
authormvanbaak <mvanbaak@f38db490-d61c-443f-a65b-d21fe96a405b>2009-09-24 08:33:50 +0000
committermvanbaak <mvanbaak@f38db490-d61c-443f-a65b-d21fe96a405b>2009-09-24 08:33:50 +0000
commit5dc24dc916cecdb1bf141e4c39435f48756c9da8 (patch)
tree4560ea55ba9f75c9150da01fed570f9338a8d9a0 /build_tools
parent3d0dd42cec869f2c12b2822154ea533f451bcdac (diff)
mkpkgconfig does not need bash so make it use /bin/sh
This fixes building on all systems that don't have bash at /bin/bash Reported by _ys on #asterisk-dev Tested by _ys on #asterisk-dev git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@220027 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/mkpkgconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/mkpkgconfig b/build_tools/mkpkgconfig
index ceea7ebc0..919c6e816 100755
--- a/build_tools/mkpkgconfig
+++ b/build_tools/mkpkgconfig
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
PPATH=$1
## Make sure we were called from Makefile