expr $1 + 1 >/dev/null 2>/dev/null
if test $? -eq 2
then
exit 1
else
exit 0
fi
