aboutgitcodelistschat:MatrixIRC
diff options
context:
space:
mode:
authorAlice Frosi <afrosi@redhat.com>2023-06-05 17:00:05 +0200
committerAlice Frosi <afrosi@redhat.com>2023-06-05 17:00:05 +0200
commit44dbd4b6230ce3fe65eface4773605a8c465e93b (patch)
treee9dee634a5eb0a5cd56819dc836c86a0d76ffd8d
parent86d22d8b4d075e756284a35323768be8a7ac3762 (diff)
downloadseitan-44dbd4b6230ce3fe65eface4773605a8c465e93b.tar
seitan-44dbd4b6230ce3fe65eface4773605a8c465e93b.tar.gz
seitan-44dbd4b6230ce3fe65eface4773605a8c465e93b.tar.bz2
seitan-44dbd4b6230ce3fe65eface4773605a8c465e93b.tar.lz
seitan-44dbd4b6230ce3fe65eface4773605a8c465e93b.tar.xz
seitan-44dbd4b6230ce3fe65eface4773605a8c465e93b.tar.zst
seitan-44dbd4b6230ce3fe65eface4773605a8c465e93b.zip
seitan-run: restore old behavior
Clean-up the entire DIR.
-rwxr-xr-xseitan-run3
1 files changed, 1 insertions, 2 deletions
diff --git a/seitan-run b/seitan-run
index 60bc3b1..d22eee2 100755
--- a/seitan-run
+++ b/seitan-run
@@ -16,8 +16,7 @@ usage() {
}
cleanup() {
- rm -rf "${DIR}/*.bpf"
- rm -rf "${DIR}/*.gluten"
+ rm -rf "${DIR}"
}
trap cleanup EXIT INT