This commit is contained in:
neil 2016-08-25 12:03:19 +08:00
parent 73ba54a502
commit dfdc402fbb
1 changed files with 1 additions and 1 deletions

View File

@ -731,7 +731,7 @@ _mktemp() {
_inithttp() {
if [ -z "$HTTP_HEADER" ] || ! touch "HTTP_HEADER" ; then
if [ -z "$HTTP_HEADER" ] || ! touch "$HTTP_HEADER" ; then
HTTP_HEADER="$(_mktemp)"
_debug2 HTTP_HEADER "$HTTP_HEADER"
fi