declare TMP before using it, not after...
This commit is contained in:
parent
5e7aff5e61
commit
15347b91af
1 changed files with 1 additions and 1 deletions
|
@ -9,8 +9,8 @@ TAG=${TAG:-cyco}
|
|||
CWD=$(pwd)
|
||||
|
||||
# Place to build (TMP) package (PKG) and output (OUTPUT) the program:
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
TMP=${TMP:-/tmp}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
# Create working directories:
|
||||
|
|
Loading…
Reference in a new issue