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

5 lines
45 B
Bash
Raw Normal View History

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