build/ports: of course it needs escape

This commit is contained in:
Franco Fichtner 2023-02-08 09:19:27 +01:00
parent 491f462b4b
commit 1106dcec37

View file

@ -169,7 +169,7 @@ UNAME_r=\$(freebsd-version)
make -C ${PORTSDIR}/\${PORT} clean \${MAKE_ARGS}
continue
elif ! CHECK_PLIST=$(make -C ${PORTSDIR}/\${PORT} check-plist \${MAKE_ARGS} 2>&1); then
elif ! CHECK_PLIST=\$(make -C ${PORTSDIR}/\${PORT} check-plist \${MAKE_ARGS} 2>&1); then
echo ">>> Package list inconsistency for \${PORT_DESCR}" >> /.pkg-msg
echo "\${CHECK_PLIST}" >> /.pkg-msg
fi