system/motion: Replaced backtick cmdsub.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2024-07-15 04:40:17 -04:00 committed by Willy Sudiarto Raharjo
parent 93bb5e99ea
commit 66c4ffe36e
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -62,7 +62,7 @@ elif [ "$ARCH" = "x86_64" ]; then
fi
# Check ffmpeg existence
ff=`pkg-config --exists libavfilter`
ff=$( pkg-config --exists libavfilter )
if [ $? -eq 0 ]; then
ffmpeg=""
else