* support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
[fw/sdcc] / sim / ucsim / mkecho
1 #!/bin/sh
2 if [ -f ${1}/devel ]; then
3         shift
4         echo "$@"
5 fi