mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
0bd3f15032
Pathbuild adds another element to the PATH environment variable. Pathbuild is probably not needed anymore.
4 lines
55 B
Bash
Executable file
4 lines
55 B
Bash
Executable file
#!/bin/bash
|
|
|
|
PATH=`pwd`/tmp/bin:$PATH
|
|
exec ./abuild $*
|