summaryrefslogtreecommitdiff
path: root/doc/fwd_check.sh
diff options
context:
space:
mode:
Diffstat (limited to 'doc/fwd_check.sh')
-rwxr-xr-xdoc/fwd_check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fwd_check.sh b/doc/fwd_check.sh
index abe751c9..477b885c 100755
--- a/doc/fwd_check.sh
+++ b/doc/fwd_check.sh
@@ -8,7 +8,7 @@
delay_sec="$1"
delay_sec=${delay_sec:="10"}
netcat="`which nc 2>/dev/null`"
-temp="/tmp/`basename $0`.$$.tmp"
+temp=`mktemp`
helper="./fwd_failure_helper.exe"
test -z "$netcat" && netcat="`whereis nc | sed 's/^[^:]*://;s/ //g'`"
test -z "$HTTP_NCBI_EXTERNAL" && HTTP_CAF_EXTERNAL="$HTTP_NCBI_EXTERNAL"