aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2022-01-04 13:18:45 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2022-01-04 13:18:45 +0100
commit36b8a19eaeea2f50fb0c2f378f4b479d47af2109 (patch)
tree5b7a2c31c529b4327017baf2c43805336aa6bb8e
parente32eef98a36f93aaba21bdac0bf4711f64b1485a (diff)
downloaddotfiles-36b8a19eaeea2f50fb0c2f378f4b479d47af2109.tar.gz
install.sh
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
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
}