On Thu, Mar 25, 2010 at 10:22:10AM +0100, Christoph Egger wrote:
> http://www.netbsd.org/~cegger/build.sh.diff
is_relative() {
case $1 in
/*) return 1 ;;
*) return 0;;
esac
}
works without external tools.
Joerg