[Freeswitch-svn] [commit] r12940 - freeswitch/trunk
    FreeSWITCH SVN 
    mikej at freeswitch.org
       
    Tue Apr  7 13:04:22 PDT 2009
    
    
  
Author: mikej
Date: Tue Apr  7 15:04:22 2009
New Revision: 12940
Log:
hide warning from test in bootstrap
Modified:
   freeswitch/trunk/bootstrap.sh
Modified: freeswitch/trunk/bootstrap.sh
==============================================================================
--- freeswitch/trunk/bootstrap.sh	(original)
+++ freeswitch/trunk/bootstrap.sh	Tue Apr  7 15:04:22 2009
@@ -196,7 +196,7 @@
 # and libtool 1.4 by simply rerunning the bootstrap script.
 (cd build ; rm -f ltconfig ltmain.sh libtool.m4)
 
-if ${libtoolize} -n --install 2>&1 >/dev/null ; then
+if ${libtoolize} -n --install >/dev/null 2>&1 ; then
   $libtoolize --force --copy --install
 else
   $libtoolize --force --copy
    
    
More information about the Freeswitch-svn
mailing list