diff options
author | Patrick Georgi <pgeorgi@google.com> | 2019-11-20 14:45:09 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-28 10:48:25 +0000 |
commit | c4b7ad4db594d6e1616f5e8265a18cefec0a8c6c (patch) | |
tree | b99fa8be744bd84fc09a4c4907050ae89a75f5ec | |
parent | 7b3e8730ee0ab81988a8a600701d644c8a014e5f (diff) | |
download | coreboot-c4b7ad4db594d6e1616f5e8265a18cefec0a8c6c.tar.xz |
util/release: Don't try to remove a file named like a long string
Change-Id: I81fcb58720fb20ac4f57e31e9f991f5009aba568
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37020
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
-rwxr-xr-x | util/release/genrelnotes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/release/genrelnotes b/util/release/genrelnotes index c19aaa7215..d0f1a7ac1c 100755 --- a/util/release/genrelnotes +++ b/util/release/genrelnotes @@ -192,7 +192,6 @@ version_ctrl_c() { -exec rename 's/gnumakefile/Makefile\.inc/' {} \; git checkout origin/master > /dev/null 2>&1 git submodule update --init --checkout > /dev/null 2>&1 - rm -f "$mainboard_list_old" "$mainboard_list_new" rm "$LOGFILE" exit 1; } |