commit | 04e7d1d38419c0a5b801311ce03d81cffa82aa45 | [log] [tgz] |
---|---|---|
author | luigi <luigi@debian.luigi.at.debian> | Sun Nov 08 17:25:03 2020 +0000 |
committer | Used Captain <usedcap@www.giggi.me> | Sun Nov 08 17:25:29 2020 +0000 |
tree | b372a4a7c70dd3e2c1525dfe4211cca4200b61c9 | |
parent | 33376db02d3e1d3cace24f860af9fd5884349bc2 [diff] [blame] |
fix comment in change-merged hook Change-Id: I10a1d016b3e02bd59bdfbfc55ba31dbe9500a861
diff --git a/change-merged.inactive b/change-merged.inactive index 32669dd..d703b6a 100755 --- a/change-merged.inactive +++ b/change-merged.inactive
@@ -205,5 +205,5 @@ EOF ) &> ${LOG_FILE}; RET=$? -Keep the log if the hook has failed only +# Keep the log if the hook has failed only [ "$RET" -ne 0 ] || rm -f ${LOG_FILE}