Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-12-13 16:31:17 +03:00
parent 91872525ba
commit a4210a6523

View File

@ -1022,7 +1022,7 @@ showNotes(){
| expandPCTTemplate $@ \ | expandPCTTemplate $@ \
| tee "${BUILD_NOTES}" ) | tee "${BUILD_NOTES}" )
[ -e ./POST_INSTALL.md ] \ [ -e ./POST_INSTALL.md ] \
&& echo "####" && echo "####" \
&& echo ./POST_INSTALL.md \ && echo ./POST_INSTALL.md \
| sed 's/^/## /' | sed 's/^/## /'
} }