Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPresso committed Nov 10, 2023
1 parent 0e91590 commit d776541
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wrappers/ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source "/var/packages/CodecPack/patch/patch_config.sh" 2> /dev/null
# shellcheck source=/utils/patch_utils.sh
source "/var/packages/VideoStation/patch/patch_utils.sh" 2> /dev/null ||
source "/var/packages/CodecPack/patch/patch_utils.sh" 2> /dev/null ||
{ echo "Cannot load patch_utils.sh" >> "ffmpeg-${$$}.stderr.prev" && echo "Cannot load patch_utils.sh" && exit 1; }
{ echo "Cannot load patch_utils.sh" >> "ffmpeg-0.stderr.prev" && echo "Cannot load patch_utils.sh" && exit 1; }

#########################
# VARS
Expand Down
2 changes: 1 addition & 1 deletion wrappers/gst-inspect-1.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export GST_DEBUG=1 #1: ERROR (Log fatal errors only).
# shellcheck source=/utils/patch_utils.sh
source "/var/packages/VideoStation/patch/patch_utils.sh" 2> /dev/null ||
source "/var/packages/CodecPack/patch/patch_utils.sh" 2> /dev/null ||
{ echo "Cannot load patch_utils.sh" >> "gstinspect-${$$}.stderr.prev" && echo "Cannot load patch_utils.sh" && exit 1; }
{ echo "Cannot load patch_utils.sh" >> "gstinspect-0.stderr.prev" && echo "Cannot load patch_utils.sh" && exit 1; }

#########################
# VARS
Expand Down
2 changes: 1 addition & 1 deletion wrappers/gst-launch-1.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export GST_DEBUG=1 #1: ERROR (Log fatal errors only).
# shellcheck source=/utils/patch_utils.sh
source "/var/packages/VideoStation/patch/patch_utils.sh" 2> /dev/null ||
source "/var/packages/CodecPack/patch/patch_utils.sh" 2> /dev/null ||
{ echo "Cannot load patch_utils.sh" >> "gstlaunch-${$$}.stderr.prev" && echo "Cannot load patch_utils.sh" && exit 1; }
{ echo "Cannot load patch_utils.sh" >> "gstlaunch-0.stderr.prev" && echo "Cannot load patch_utils.sh" && exit 1; }

#########################
# VARS
Expand Down

0 comments on commit d776541

Please sign in to comment.