Merge branch 'master' of git.metabarcoding.org:org-asm/org-annotate

Former-commit-id: 14936719198c993d2e38b2c4d8f78dfa5c46c0b4
Former-commit-id: 8e795225e073e077fbc6835b9d9746b6c6ed95cf
This commit is contained in:
alain viari
2015-11-10 22:15:29 +01:00
8 changed files with 69 additions and 34 deletions

View File

@ -19,7 +19,7 @@ function getAbsolutePath {
# Manage temp directory
function pushTmpDir {
TMP_DIR=$(mktemp -d -t "$1_proc_$$_")
TMP_DIR=$(mktemp -d -t "$1_proc_$$_XXXXXX")
pushd $TMP_DIR >& /dev/null
TMP_DIR_STACK="$TMP_DIR $TMP_DIR_STACK"
logdebug "Pushing temp directory $TMP_DIR"