From 36b8a19eaeea2f50fb0c2f378f4b479d47af2109 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Tue, 4 Jan 2022 13:18:45 +0100 Subject: install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 597cb3e..90cab26 100755 --- a/install.sh +++ b/install.sh @@ -140,7 +140,7 @@ housekeeping() { #.files is used to tell scripts where to look for the dotfiles [ -f "$HOME/.files" ] && source "$HOME/.files" - if [ $DOTFILEBASE != "$(pwd)" ] && yes_no "'.files' out of date. Regenerate?"; then + if [ "$DOTFILEBASE" != "$(pwd)" ] && yes_no "'.files' out of date. Regenerate?"; then echo "DOTFILEBASE=\"$(pwd)\"" > $HOME/.files fi } -- cgit v1.2.3