mirror of
https://github.com/opnsense/tools.git
synced 2026-05-28 04:35:46 -04:00
build/ports: of course it needs escape
This commit is contained in:
parent
491f462b4b
commit
1106dcec37
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue