Merge branch 'master' of git.metabarcoding.org:org-asm/org-annotate
Former-commit-id: 14936719198c993d2e38b2c4d8f78dfa5c46c0b4 Former-commit-id: 8e795225e073e077fbc6835b9d9746b6c6ed95cf
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user