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

5 lines
45 B
Bash

if \[ x"$y" = x ]; then
exit 0
fi
exit 1