]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix build
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 19 Oct 2006 00:20:40 +0000 (00:20 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 19 Oct 2006 00:20:40 +0000 (00:20 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3086 d0543943-73ff-0310-b7d9-9358b9ac24b2

build/buildlib.sh

index 6b9da6389a7bece1512d4fa310ea02552bb9e3d5..5092bff5f58588b3464fcaabd4b6010b8b0d5452 100755 (executable)
@@ -59,7 +59,7 @@ fi
 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