gash/test/if2.sh

4 lines
42 B
Bash

if [ x"$y" != x ]; then
echo "boo"
fi