Update rpgmaker-linux-cicpoffs-wrapper.sh

This commit is contained in:
bakustarver 2024-08-19 15:59:27 +03:00 committed by GitHub
parent 4d5c431768
commit e03a6e46bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,9 +4,10 @@ if [[ ! -z "${LD_PRELOAD}" ]]; then
echo "LD_PRELOAD found with $LD_PRELOAD"
export ORIGINAL_LD_PRELOAD="$LD_PRELOAD"
export LD_PRELOAD=""
export LD_LIBRARY_PATH=""
# export PATH=""
fi
export LD_LIBRARY_PATH=""
#
# DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"