diff options
author | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:48:02 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:48:02 +0100 |
commit | 95f889b74bb807a60ed527d0712525f0b3393475 (patch) | |
tree | a44269c164da63e59380c146fe642f37883e8b18 /extra/gstreamer | |
parent | a7ac370af86e5c6f803132aa8a182b0dbfe3138b (diff) | |
download | repository-95f889b74bb807a60ed527d0712525f0b3393475.tar.gz |
gstreamer: fix shellcheck error
Diffstat (limited to 'extra/gstreamer')
-rwxr-xr-x | extra/gstreamer/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/gstreamer/build b/extra/gstreamer/build index 6407286d..feb1af61 100755 --- a/extra/gstreamer/build +++ b/extra/gstreamer/build @@ -1,6 +1,6 @@ #!/bin/sh -e -export DESTDIR=$1 +export DESTDIR="$1" cl-meson \ -Ddbghelp=disabled \ |