From 9f1862d1aa5e8f3951aad03a6a026a12c4a22798 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Wed, 8 Feb 2006 21:08:45 +0000 Subject: [PATCH] fix path git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@568 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- build/thisbuild-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/thisbuild-init.sh b/build/thisbuild-init.sh index fcebfa6bef..57df4396c4 100755 --- a/build/thisbuild-init.sh +++ b/build/thisbuild-init.sh @@ -4,7 +4,7 @@ # architectures compile the software to check portability. Please leave # this file in tact! - Justin -./build.sh 2>&1 +../build.sh 2>&1 ojnk=$? echo "Return Code: $ojnk"