Skip to content
Snippets Groups Projects
Commit 20c824fe authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- added shellcheck exception (quote break-up intentional)

parent c3960475
Branches
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ if ! [[ -f "${FILE}" ]]; then
exit 1;
fi
# shellcheck disable=SC2068
TOOL_OUTPUT=$(/usr/bin/mediaconch ${@: 1:$(($#-1))} "${FILE}")
echo "${TOOL_OUTPUT}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment