overridable tag
This commit is contained in:
parent
6a16656dec
commit
7ceac6d9fe
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ BUILD=1
|
||||||
|
|
||||||
TAG=cyco
|
TAG=cyco
|
||||||
OUTPUT=/tmp
|
OUTPUT=/tmp
|
||||||
TMP=/tmp/$TAG
|
TMP=${TMP:=/tmp/$TAG}
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=$(basename $CWD)
|
PRGNAM=$(basename $CWD)
|
||||||
|
|
Loading…
Reference in a new issue