From ca2ce556aae0861aa570f5122c3813172afc9eae Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sat, 30 Jan 2021 13:45:35 -0500 Subject: [PATCH] Re-add comment --- lug-helper.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lug-helper.sh b/lug-helper.sh index 160d5cb..553bb6e 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -63,6 +63,7 @@ wine_conf="winedir.conf" game_conf="gamedir.conf" backup_conf="backupdir.conf" +# Use XDG base directories if defined conf_dir="${XDG_CONFIG_HOME:-$HOME/.config}" data_dir="${XDG_DATA_HOME:-$HOME/.local/share}"