Merge remote-tracking branch 'upstream/master'

master
creme 2 years ago
commit 6a8bbc71de
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0

@ -654,7 +654,7 @@ create_config () {
done
if [ $match -eq 0 ]; then
if [ -n "$XDG_CONFIG_HOME" ]; then
config="$XDC_CONFIG_HOME/burrow/config"
config="$XDG_CONFIG_HOME/burrow/config"
else
config="$HOME/.config/burrow/config"
fi

Loading…
Cancel
Save