[asterisk-commits] mvanbaak: branch 1.6.0 r220029 - in /branches/1.6.0: ./ build_tools/mkpkgconfig

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


Author: mvanbaak
Date: Thu Sep 24 03:37:49 2009
New Revision: 220029

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

................
  r220028 | mvanbaak | 2009-09-24 10:36:18 +0200 (Thu, 24 Sep 2009) | 14 lines
  
  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:
    branches/1.6.0/   (props changed)
    branches/1.6.0/build_tools/mkpkgconfig

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

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