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: https://origsvn.digium.com/svn/asterisk/branches/1.4@220027 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Michiel van Baak
2009-09-24 08:33:50 +00:00
parent f4837ecbef
commit 0005d493c5

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
PPATH=$1
## Make sure we were called from Makefile