1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 09:10:37 +00:00

setup_lnx.sh: Fixed issue with internal being deleted on second run.

The script has the option to do an 'in-place update' of QB64 which
involves deleting the internal folder. This fix keeps the script from
deleting internal when the option is turned off (DOWNLOAD=0). Now the
script will recompile qb64 if run a second time.
This commit is contained in:
DSMan195276 2013-05-10 00:07:01 -04:00
parent 4c9522cbd6
commit 75cbe7a55e

View file

@ -53,7 +53,7 @@ QB64_ICON_NAME="qb64icon32.png"
DISTRO=
if [ -f ./qb64 ]; then
if [ -f ./qb64 ] && [ "$DOWNLOAD" == "1" ]; then
echo "Removing old QB64 files in preperation for installing new version..."
rm ./qb64
rm -fr ./internal