all repos — nixfiles @ 8b52429ea3e4b30fc36317cb482775ff7b4974db

System and user configuration, managed by nix and home-manager

adopt: fix on macOS
Alan Pearce alan@alanpearce.eu
Sun, 30 Jun 2019 12:42:53 +0200
commit

8b52429ea3e4b30fc36317cb482775ff7b4974db

parent

5d314760c15cb68ca79f38a1b019d155ef961e62

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M adoptadopt
@@ -1,5 +1,5 @@ #!/bin/sh
-DOTFILES_DIR=$(dirname $(readlink -f $0))
+DOTFILES_DIR=$(dirname $0)
 STOW="$DOTFILES_DIR/stow"
 
 if [ "$#" -lt 2 ]