summary refs log tree commit diff stats
path: root/adopt
diff options
context:
space:
mode:
authorAlan Pearce2019-06-30 12:42:53 +0200
committerAlan Pearce2019-06-30 12:43:09 +0200
commit8b52429ea3e4b30fc36317cb482775ff7b4974db (patch)
tree54dcf5e085baae70b843a079f1300ae4717d4651 /adopt
parent5d314760c15cb68ca79f38a1b019d155ef961e62 (diff)
downloadnixfiles-8b52429ea3e4b30fc36317cb482775ff7b4974db.tar.lz
nixfiles-8b52429ea3e4b30fc36317cb482775ff7b4974db.tar.zst
nixfiles-8b52429ea3e4b30fc36317cb482775ff7b4974db.zip
adopt: fix on macOS
Diffstat (limited to 'adopt')
-rwxr-xr-xadopt2
1 files changed, 1 insertions, 1 deletions
diff --git a/adopt b/adopt
index 6789a6b9..8e7bf4ff 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 ]