Open cvignal opened 5 years ago
When missing unary/binary operators or too many arguments there isn't any error message.
a='hello' b=''; unset c test -z ${a} && echo ok || echo wrong test 'abc' = 'abc' && echo ok || echo wrong
a='hello' b=''; unset c
test -z ${a} && echo ok || echo wrong
test 'abc' = 'abc' && echo ok || echo wrong
When missing unary/binary operators or too many arguments there isn't any error message.