From: <jpg...@us...> - 2008-03-18 13:25:03
|
Revision: 1371 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1371&view=rev Author: jpgrayson Date: 2008-03-18 06:25:08 -0700 (Tue, 18 Mar 2008) Log Message: ----------- Explicitly use bash. This fixes problems with "echo -n" on some platforms. Modified Paths: -------------- trunk/autogen.sh Modified: trunk/autogen.sh =================================================================== --- trunk/autogen.sh 2008-03-13 13:57:42 UTC (rev 1370) +++ trunk/autogen.sh 2008-03-18 13:25:08 UTC (rev 1371) @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/bash -e error() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |