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:
parent
93bb5e99ea
commit
66c4ffe36e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue