[asterisk-commits] mvanbaak: branch 1.4 r220027 - /branches/1.4/build_tools/mkpkgconfig

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Sep 24 03:33:54 CDT 2009


Author: mvanbaak
Date: Thu Sep 24 03:33:50 2009
New Revision: 220027

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=220027
Log:
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

Modified:
    branches/1.4/build_tools/mkpkgconfig

Modified: branches/1.4/build_tools/mkpkgconfig
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/build_tools/mkpkgconfig?view=diff&rev=220027&r1=220026&r2=220027
==============================================================================
--- branches/1.4/build_tools/mkpkgconfig (original)
+++ branches/1.4/build_tools/mkpkgconfig Thu Sep 24 03:33:50 2009
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 PPATH=$1
 ## Make sure we were called from Makefile
 




More information about the asterisk-commits mailing list