Set MACHINE_TYPE

This commit is contained in:
Andrew Morgan 2019-07-15 15:15:41 +01:00
parent 51c355824c
commit 98cd405f2c
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ case "$OSTYPE" in
esac
echo "Detecting architecture..."
MACHINE_TYPE=`uname -m`
if [ ${MACHINE_TYPE} == "x86_64" ]; then
echo "Found 64 bit..."
osarch="64"