diff options
author | Leah Rowe <leah@libreboot.org> | 2023-10-03 12:59:35 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-10-03 12:59:49 +0100 |
commit | 5de8eda21c61fd7e1cf6b7e4ec6c9d98dae3e365 (patch) | |
tree | aa0099feff1f80fece4ce4efe16caa74ef905097 /script/build/release/src | |
parent | 334aa1f7c985e86bd6f0302dbf404927cbb8a19e (diff) |
general code cleanup in shell scripts
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/build/release/src')
-rwxr-xr-x | script/build/release/src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/build/release/src b/script/build/release/src index 71b8e111..6dae201c 100755 --- a/script/build/release/src +++ b/script/build/release/src @@ -109,7 +109,7 @@ purge_files() done x_ ./handle make file -c bios_extract flashrom grub uefitool \ util-fw/stm32-vserprog util-fw/stm32-vserprog/libopencm3 \ - memtest86plus/build* util/* \ + memtest86plus/build* util/* x_ rm -Rf .git* */.git* */*/.git* */*/*/.git* */*/*/*/.git* \ */*/*/*/*/.git* */*/*/*/*/*/.git* */*/*/*/*/*/*/.git* |