From 7f5b58f5c6b41909b5f8a49d0925d825d5afd197 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Fri, 26 Aug 2022 22:43:26 -0700 Subject: [PATCH] fixed if-statement syntax --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e9a5caa..0c5e39c 100644 --- a/install.sh +++ b/install.sh @@ -50,7 +50,7 @@ usage(){ } detectvim(){ - if [ -d /usr/share/vim] ; then + if [ -d /usr/share/vim ] ; then viminstall=$(ls -lah /usr/share/vim/ | grep vim | grep -v rc | awk '{print $NF}') else viminstall=null