]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix autobuild script
authorMichael Jerris <mike@jerris.com>
Thu, 9 Feb 2006 02:14:20 +0000 (02:14 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 9 Feb 2006 02:14:20 +0000 (02:14 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@572 d0543943-73ff-0310-b7d9-9358b9ac24b2

build/thisbuild-init.sh

index 9dfda4fa1dc8c6682fe120ebf3617e6f6fcd0aa7..239c4cbea3803ee6d85dc061524d357c663d0774 100755 (executable)
@@ -4,7 +4,8 @@
 # architectures compile the software to check portability. Please leave
 # this file in tact! - Justin
 
-../build.sh build 2>&1
+cd ..
+./build.sh build 2>&1
 ojnk=$?
 
 echo "Return Code: $ojnk"