fix DOTFILES_DIR symlink resolution
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
DOTFILES_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
DOTFILES_DIR="$(cd "$(dirname "$(readlink -f "$0")")" && pwd)"
|
||||
|
||||
if [[ $# -ne 1 ]]; then
|
||||
echo "Usage: dot-remove <package>"
|
||||
|
||||
Reference in New Issue
Block a user