From: Michiel van Baak Date: Thu, 24 Sep 2009 08:33:50 +0000 (+0000) Subject: mkpkgconfig does not need bash so make it use /bin/sh X-Git-Tag: 1.4.27-rc2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0005d493c5b6be692e324ca37ae70d4ff0c02d12;p=thirdparty%2Fasterisk.git 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 --- diff --git a/build_tools/mkpkgconfig b/build_tools/mkpkgconfig index ceea7ebc01..919c6e816f 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