summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xadopt2
1 files changed, 1 insertions, 1 deletions
diff --git a/adopt b/adopt
index 6789a6b..8e7bf4f 100755
--- a/adopt
+++ b/adopt
@@ -1,5 +1,5 @@
 #!/bin/sh
-DOTFILES_DIR=$(dirname $(readlink -f $0))
+DOTFILES_DIR=$(dirname $0)
 STOW="$DOTFILES_DIR/stow"
 
 if [ "$#" -lt 2 ]