#!/bin/sh

. ${SRCROOT}/tests/bin/echo_nonl

case "$1" in
-n | -ne) shift;;
esac

echo_nonl "$@"

