gash/test/10-if-word-variable.sh

5 lines
44 B
Bash
Raw Normal View History

2018-11-03 10:29:34 +00:00
if [ x"$y" = x ]; then
exit 0
fi
exit 1