Skip to content

Commit

Permalink
Merge pull request #432 from amiaopensource/quote-variable
Browse files Browse the repository at this point in the history
fix regression in variable quotes
  • Loading branch information
dericed authored May 3, 2019
2 parents 6ff88af + c6fc869 commit 22b0162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vrecord
Original file line number Diff line number Diff line change
Expand Up @@ -1603,7 +1603,7 @@ fi
if [[ "${CONTAINER_CHOICE}" = "Matroska" ]] && [[ "${EMBED_LOGS_CHOICE}" = "Yes" ]] ; then
_report -d "Vrecord is attaching logs to your Matroska file:"
mkvpropedit "${VRECORD_OUTPUT}" --attachment-description "Capture options selected by user during vrecord process" --add-attachment "${INGESTLOG}"
mkvpropedit "${VRECORD_OUTPUT}" --attachment-description "Full FFmpeg output from vrecord capture process" --add-attachment ${FULL_CAPTURE_LOG}
mkvpropedit "${VRECORD_OUTPUT}" --attachment-description "Full FFmpeg output from vrecord capture process" --add-attachment "${FULL_CAPTURE_LOG}"
if [[ "${QCTOOLSXML_CHOICE}" = "Yes" ]] ; then
mkvpropedit "${VRECORD_OUTPUT}" --attachment-description "QCTools report from vrecord capture process (zipped XML)" --add-attachment "${QCXML}"
fi
Expand Down

0 comments on commit 22b0162

Please sign in to comment.