declare TMP before using it, not after...

This commit is contained in:
Gwenhael Le Moine 2010-10-07 13:33:52 +07:00
parent 5e7aff5e61
commit 15347b91af

View file

@ -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: