gash/test/if2.sh

4 lines
42 B
Bash
Raw Normal View History

2018-07-15 22:26:55 +01:00
if [ x"$y" != x ]; then
echo "boo"
fi