[Freeswitch-svn] [commit] r3086 - freeswitch/trunk/build

Freeswitch SVN anthm at freeswitch.org
Wed Oct 18 20:20:41 EDT 2006


Author: anthm
Date: Wed Oct 18 20:20:40 2006
New Revision: 3086

Modified:
   freeswitch/trunk/build/buildlib.sh

Log:
fix build

Modified: freeswitch/trunk/build/buildlib.sh
==============================================================================
--- freeswitch/trunk/build/buildlib.sh	(original)
+++ freeswitch/trunk/build/buildlib.sh	Wed Oct 18 20:20:40 2006
@@ -59,7 +59,7 @@
 if [ ! -f $root/.nothanks ] && [ $uncompressed/.complete -ot $uncompressed ] ; then 
     echo remove stale .complete
     rm $uncompressed/.complete
-    cd $uncompressed && $MAKE clean distclean
+    sh -c "cd $uncompressed && $MAKE clean distclean"
 fi
 
 if [ -f $uncompressed/.complete ] ; then



More information about the Freeswitch-svn mailing list