]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
mkpkgconfig does not need bash so make it use /bin/sh
authorMichiel van Baak <michiel@vanbaak.info>
Thu, 24 Sep 2009 08:33:50 +0000 (08:33 +0000)
committerMichiel van Baak <michiel@vanbaak.info>
Thu, 24 Sep 2009 08:33:50 +0000 (08:33 +0000)
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

build_tools/mkpkgconfig

index ceea7ebc01d3854a5ae49424b546553cdfbd07cf..919c6e816f7312689a51b511ea55b66d1e988824 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 PPATH=$1
 ## Make sure we were called from Makefile