Skip to content

Commit

Permalink
use xml extension for a temp xml
Browse files Browse the repository at this point in the history
  • Loading branch information
dericed committed Jul 9, 2023
1 parent 0cb1cba commit 52c589d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dvpackager
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ unset OUTPUTOPTS
if [[ -z "${DVRESCUE_XML}" ]] ; then
DVRESCUE_XML="${SIDECAR_DIR}/${BASENAME}.dvrescue.xml"
if [[ ! -s "${DVRESCUE_XML}" ]] ; then
DVRESCUE_XML_TEMP="$(_maketemp)"
DVRESCUE_XML_TEMP="$(_maketemp).xml"
OUTPUTOPTS+=(--xml-output "${DVRESCUE_XML_TEMP}")
XML_TO_CHECK="${DVRESCUE_XML_TEMP}"
else
Expand Down

0 comments on commit 52c589d

Please sign in to comment.