From c5ac68d5fa4636039c552fdde7f7a3df23d4f66d Mon Sep 17 00:00:00 2001 From: James Patrick Date: Mon, 13 Sep 2021 20:11:10 -0400 Subject: [PATCH] Fixed Typo in makefile for tridactyl --- tridactyl/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tridactyl/makefile b/tridactyl/makefile index e08a246..fd4ee86 100644 --- a/tridactyl/makefile +++ b/tridactyl/makefile @@ -8,7 +8,7 @@ SCRIPTS_TARGET := ~/.local/share/tridactyl/scripts install: | init update init: - if [[ $OSTYPE = darwin* ]] ; then + if [[ $$OSTYPE = darwin* ]] ; then $(MAKE) -C $(SRC_DIR) setup elif (( $$+commands[firefox] )) ; then $(MAKE) -C $(SRC_DIR) setup