Found this bash gem on some corporate BIND management scripts at work - ugh:

ZTEST=$1
if [ “x$ZTEST” == “x” ]; then
echo “Usage: …..”