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:
parent
83e62e8c4f
commit
2d7ad6dbe6
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue