1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:38:12 +00:00

CI: Remove the manpage generator error file upon success

On some systems, just specifying "2> error_file" will create the file,
even if nothing is logged to it.
This commit is contained in:
Timothy Flynn 2022-10-31 18:25:01 -04:00
parent 83e62e8c4f
commit 2d7ad6dbe6

View file

@ -53,6 +53,7 @@ for i in ( \
echo -e "\n<!-- Auto-generated through ArgsParser -->" >> "$filename" 2> "$ERROR_FILE" || exit_for_error
}
rm -f "$ERROR_FILE"
echo "Successful."
if test $DO_SHUTDOWN_AFTER_GENERATE {