aboutsummaryrefslogtreecommitdiffstats
path: root/rotd
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-06-25 19:14:42 +0200
committerMattias Andrée <maandree@kth.se>2021-06-25 19:14:42 +0200
commitc1b82c1353a4813ed8ddd1cfe95404131acb0609 (patch)
tree2b10c504b6308916015425616a91a7e49a95c09a /rotd
parentFix bugs (diff)
downloaddotfiles-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 '')
-rw-r--r--rotd/Makefile2
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: