unset env variable instead of setting to empty
This commit is contained in:
parent
8d503b17e3
commit
1d8da4bf84
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user