freeswitch/build/thisbuild-init.sh

12 lines
240 B
Bash
Executable File

#!/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
../build.sh 2>&1
ojnk=$?
echo "Return Code: $ojnk"