I am trying to install PGI Compilers 2016 and after running the install
file
I get an error:
binary operator expected
on the line:
if test -d $DIR/install_components ; then
ShellCheck.net says "add double quote to prevent globbing and word splitting" whatever it means.
But the whole installation suite is quite big, so am I supposed to add quotes in zillion places or is there some command I may use to go around it?