diff --git a/build/thisbuild-init.sh b/build/thisbuild-init.sh deleted file mode 100755 index 239c4cbea3..0000000000 --- a/build/thisbuild-init.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# This script is used so the thisbuild compile project can have multiple -# architectures compile the software to check portability. Please leave -# this file in tact! - Justin - -cd .. -./build.sh build 2>&1 -ojnk=$? - -echo "Return Code: $ojnk" -