aboutsummaryrefslogtreecommitdiff
path: root/system/motion/motion.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/motion/motion.SlackBuild')
-rw-r--r--system/motion/motion.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/motion/motion.SlackBuild b/system/motion/motion.SlackBuild
index 09cea9dc897ad..23e336935a0aa 100644
--- a/system/motion/motion.SlackBuild
+++ b/system/motion/motion.SlackBuild
@@ -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