Skip to content

Commit

Permalink
allow running from any path
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieterbe committed Nov 21, 2021
1 parent a571f2c commit 2225a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aconfmgr
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ else
xdg_config_home="${XDG_CONFIG_HOME:-$HOME/.config}"
config_dir="$xdg_config_home"/aconfmgr
tmp_dir="${TMPDIR:-/tmp}/aconfmgr-$USER"
src_dir=/usr/lib/aconfmgr
src_dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
fi

# shellcheck source=src/main.bash
Expand Down

0 comments on commit 2225a77

Please sign in to comment.