troublesome vars, remove

This commit is contained in:
Christian Grothoff 2020-01-20 09:45:01 +01:00
parent 43f7cf3d07
commit c381a2aba7
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -32,6 +32,8 @@
set -eu
unset XDG_DATA_HOME
unset XDG_CONFIG_HOME
PREFIX=
# Uncomment this line to run with valgrind...
PREFIX="valgrind --leak-check=yes --track-fds=yes --error-exitcode=1 --log-file=valgrind.%p"