Fixed Typo in makefile for tridactyl

This commit is contained in:
James Patrick 2021-09-13 20:11:10 -04:00
parent 5799cbb1b4
commit c5ac68d5fa
1 changed files with 1 additions and 1 deletions

View File

@ -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