diff options
Diffstat (limited to 'rotd/Makefile')
-rw-r--r-- | rotd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotd/Makefile b/rotd/Makefile index db96d92..a292658 100644 --- a/rotd/Makefile +++ b/rotd/Makefile @@ -8,7 +8,7 @@ install: test ! -e ~/.config/rotd && \ ln -sf -- ~/.dotfiles/rotd/config ~/.config/rotd; \ else \ - test "$(readlink ~/.config/rotd)" = ~/.dotfiles/rotd/config; \ + test "$$(readlink -- ~/.config/rotd)" = ~/.dotfiles/rotd/config; \ fi uninstall: |