unset env variable instead of setting to empty

This commit is contained in:
Christian Grothoff 2016-04-20 01:50:16 +02:00
parent 8d503b17e3
commit 1d8da4bf84

View File

@ -21,8 +21,8 @@
# #
# #
# Clear environment from variables that override config. # Clear environment from variables that override config.
export XDG_DATA_HOME= unset XDG_DATA_HOME
export XDG_CONFIG_HOME= unset XDG_CONFIG_HOME
# #
# Setup keys. # Setup keys.
taler-exchange-keyup -c test_taler_exchange_httpd.conf taler-exchange-keyup -c test_taler_exchange_httpd.conf