diff --git a/build/thisbuild-init.sh b/build/thisbuild-init.sh index 9dfda4fa1d..239c4cbea3 100755 --- a/build/thisbuild-init.sh +++ b/build/thisbuild-init.sh @@ -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"