]> Creatis software - clitk.git/blobdiff - cluster_tools/mergeStatFile.sh
Debug RTStruct conversion with empty struc
[clitk.git] / cluster_tools / mergeStatFile.sh
index ed8ea2ae9d1341cfbb20b8cabcaa2a3d17ac8e72..12c7c05ef12c79ac5de09503840099783d4f25eb 100755 (executable)
@@ -18,7 +18,7 @@ RESULT=$6
 
 test -f ${IN1} && test -f ${IN2} || usage
 
-TMP=`mktemp ./temp-XXXXXXX`
+TMP="$(mktemp)"
 echo "merging stat file"
 for PARAM in `awk '$1 == "#" {print $2}' ${IN1}`
 do