tango-controls/cppTango

Use quotes around variables in bash scripts when required

t-b opened this issue · 0 comments

t-b commented

I know there is no problem in our current usage because RUN_TESTS should always be initialized, but just in case:

if [ "$RUN_TESTS" = "OFF" ]

The same for the COVERALLS test a few lines below.

Originally posted by @bourtemb in #763 (comment)