diff --git a/lug-helper.sh b/lug-helper.sh index 46a8e76..7fc4856 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -85,7 +85,7 @@ data_dir="${XDG_DATA_HOME:-$HOME/.local/share}" conf_subdir="starcitizen-lug" # Helper directory -helper_dir="$(realpath "$0" | xargs dirname)" +helper_dir="$(realpath "$0" | xargs -0 dirname)" # Temporary directory tmp_dir="$(mktemp -d --suffix=".lughelper")"