From 78697e7dfe3e54a24c820900fc3d1b539ab79866 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 19 Oct 2006 00:20:40 +0000 Subject: [PATCH] fix build git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3086 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- build/buildlib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/buildlib.sh b/build/buildlib.sh index 6b9da6389a..5092bff5f5 100755 --- a/build/buildlib.sh +++ b/build/buildlib.sh @@ -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