diff options
author | Mattias Andrée <maandree@kth.se> | 2021-06-25 19:14:42 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-06-25 19:14:42 +0200 |
commit | c1b82c1353a4813ed8ddd1cfe95404131acb0609 (patch) | |
tree | 2b10c504b6308916015425616a91a7e49a95c09a /rotd/Makefile | |
parent | Fix bugs (diff) | |
download | dotfiles-c1b82c1353a4813ed8ddd1cfe95404131acb0609.tar.gz dotfiles-c1b82c1353a4813ed8ddd1cfe95404131acb0609.tar.bz2 dotfiles-c1b82c1353a4813ed8ddd1cfe95404131acb0609.tar.xz |
Fix bugs
Signed-off-by: Mattias Andrée <maandree@kth.se>
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: |