tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: re: build.sh release failure with relative path



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


Home | Main Index | Thread Index | Old Index