cppannotations/annotations/pathbuild
Frank B. Brokken 0bd3f15032 Renamed 'build' to 'pathbuild', renamed 'abuild' to 'build'
Pathbuild adds another element to the PATH environment variable.
    Pathbuild is probably not needed anymore.
2014-10-22 09:24:56 +02:00

4 lines
55 B
Bash
Executable file

#!/bin/bash
PATH=`pwd`/tmp/bin:$PATH
exec ./abuild $*