This commit is contained in:
Shoghi Cervantes 2014-02-17 13:26:51 +01:00
parent 109f97ae00
commit 0e39131e76

View File

@ -179,6 +179,7 @@ else
alldone=yes alldone=yes
else else
echo " invalid build detected" echo " invalid build detected"
fi
elif [ "$forcecompile" == "off" ] && [ "$(uname -s)" == "Linux" ]; then elif [ "$forcecompile" == "off" ] && [ "$(uname -s)" == "Linux" ]; then
rm -r -f bin/ >> /dev/null 2>&1 rm -r -f bin/ >> /dev/null 2>&1
if [ `getconf LONG_BIT` = "64" ]; then if [ `getconf LONG_BIT` = "64" ]; then