Mk/bsd.port.mk: Fix unchanged options overwriting dialog4ports bg

This was already handled for the changed options case.
This commit is contained in:
Bryan Drewery 2022-05-28 08:29:32 -07:00
parent ccb9f93349
commit 9f1366dad9

View file

@ -4936,6 +4936,7 @@ do-config:
trap "${RM} $${TMPOPTIONSFILE}; exit 1" 1 2 3 5 10 13 15; \
${SETENV} ${D4P_ENV} ${SH} ${SCRIPTSDIR}/dialog4ports.sh $${TMPOPTIONSFILE} || { \
${RM} $${TMPOPTIONSFILE}; \
${ECHO_CMD}; \
${ECHO_MSG} "===> Options unchanged"; \
exit 0; \
}; \