This commit is contained in:
Benjamin Dauvergne 2014-11-27 19:22:15 +01:00
parent 8886997b09
commit 27d0e5a087
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ BASEDIR=`dirname $0`
METADATA_TMP=`tempfile`
FILTERS_TMP=`tempfile`
CERTIFICATE_TMP=`tempfile`
FIXTURE_TMP=`tmpfile`
FIXTURE_TMP=`tempfile`
function cleanup {
rm -f $METADATA_TMP $FILTERS_TMP $CERTIFICATE_TMP $FIXTURE_TMP