From c1b82c1353a4813ed8ddd1cfe95404131acb0609 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 25 Jun 2021 19:14:42 +0200 Subject: Fix bugs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- rotd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotd') 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: -- cgit v1.2.3-70-g09d2