diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 18:03:04 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 18:03:04 +0100 |
commit | 7ed7f2debab96ace3f837498bf9e16c8a4f80971 (patch) | |
tree | f8931f92adf85cffe41f0b3cd3c0c2dd0b85e11b /extra/gst-plugins | |
parent | 7228fa544de19d8500fb9a097fff42d5ebf7c911 (diff) | |
download | repository-7ed7f2debab96ace3f837498bf9e16c8a4f80971.tar.gz |
gst-plugins: fix shellcheck error
Diffstat (limited to 'extra/gst-plugins')
-rwxr-xr-x | extra/gst-plugins/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/gst-plugins/build b/extra/gst-plugins/build index e3f18570..8ebe5a63 100755 --- a/extra/gst-plugins/build +++ b/extra/gst-plugins/build @@ -23,7 +23,7 @@ for plugin in libav good bad ugly; do ( "$(check_option examples disabled)" \ "$(check_option nls disabled)" \ "$(check_option introspection disabled)" \ - "$(check_option tests ${test:-disabled})" \ + "$(check_option tests "${test:-disabled}")" \ "$(check_option qt5 disabled)" \ . output |