#!/bin/sh
if [ x = x ]; then
    echo "hello"
fi
