From 4000e091a9cbdf164b4e42b2def996533436b48a Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sat, 31 Jul 2021 12:59:31 -0700 Subject: [PATCH] use single brackets for file test --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 3527750..66c4330 100755 --- a/install +++ b/install @@ -137,7 +137,7 @@ done # ensure that .bashrc gets executed if [ ! -e .bash_profile ] || ! grep -qF .bashrc .bash_profile; then echo >> .bash_profile - echo '[[ -f ~/.bashrc ]] && . ~/.bashrc' >> .bash_profile + echo '[ -f ~/.bashrc ] && . ~/.bashrc' >> .bash_profile fi is_empty() {