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