From 011c5829759110c95dc5c39b690b3a769d3a6618 Mon Sep 17 00:00:00 2001 From: Tom Scavo Date: Mon, 19 Dec 2016 17:15:06 -0500 Subject: [PATCH] Standardize TMP_DIR option --- bin/http_xsltproc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/http_xsltproc.sh b/bin/http_xsltproc.sh index 8ff133c..b3cc5b1 100755 --- a/bin/http_xsltproc.sh +++ b/bin/http_xsltproc.sh @@ -252,7 +252,7 @@ xsltproc_out_file="${TMP_DIR}/xsltproc_output_$$" # GET the XML document $verbose_mode && printf "$script_name requesting resource: %s\n" "$xml_location" -conditional_get $local_opts -d "$CACHE_DIR" -t "$TMP_DIR" "$xml_location" > "$xml_file" +conditional_get $local_opts -d "$CACHE_DIR" -T "$TMP_DIR" "$xml_location" > "$xml_file" exit_code=$? if [ $exit_code -ne 0 ]; then if [ $exit_code -gt 1 ]; then