[asterisk-commits] mvanbaak: trunk r220028 - in /trunk: ./ build_tools/mkpkgconfig

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


Author: mvanbaak
Date: Thu Sep 24 03:36:18 2009
New Revision: 220028

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=220028
Log:
Merged revisions 220027 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r220027 | mvanbaak | 2009-09-24 10:33:50 +0200 (Thu, 24 Sep 2009) | 7 lines
  
  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:
    trunk/   (props changed)
    trunk/build_tools/mkpkgconfig

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/build_tools/mkpkgconfig
URL: http://svnview.digium.com/svn/asterisk/trunk/build_tools/mkpkgconfig?view=diff&rev=220028&r1=220027&r2=220028
==============================================================================
--- trunk/build_tools/mkpkgconfig (original)
+++ trunk/build_tools/mkpkgconfig Thu Sep 24 03:36:18 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