From e97fe2ea6f031da0c74dff9081b800603f3cd11f Mon Sep 17 00:00:00 2001 From: Carlo Sala Date: Tue, 19 Aug 2025 12:35:37 +0200 Subject: [PATCH] sh compatible brackets --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index de9e0c4b5..8cf62a76e 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -344,7 +344,7 @@ setup_zshrc() { return fi - if [[ $OVERWRITE_CONFIRMATION != "no" ]]; then + if [ $OVERWRITE_CONFIRMATION != "no" ]; then # Ask user for confirmation before backing up and overwriting echo "${FMT_YELLOW}Found ${zdot}/.zshrc." echo "The existing .zshrc will be backed up to .zshrc.pre-oh-my-zsh if overwritten."