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"