fixed if-statement syntax

This commit is contained in:
pyr0ball 2022-08-26 22:43:26 -07:00
parent eeec2a095b
commit 7f5b58f5c6

View file

@ -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