2006-02-08 00:57:35 +00:00
|
|
|
#!/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
|
|
|
|
|
2006-02-09 02:14:20 +00:00
|
|
|
cd ..
|
|
|
|
./build.sh build 2>&1
|
2006-02-08 00:57:35 +00:00
|
|
|
ojnk=$?
|
|
|
|
|
|
|
|
echo "Return Code: $ojnk"
|
|
|
|
|