projects
/
strace-test.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a67328d
)
really fix trap command
author
Steve McIntyre
<steve@einval.com>
Tue, 20 Dec 2016 16:10:00 +0000
(16:10 +0000)
committer
Steve McIntyre
<steve@einval.com>
Tue, 20 Dec 2016 16:10:00 +0000
(16:10 +0000)
strace-build-test
patch
|
blob
|
history
diff --git
a/strace-build-test
b/strace-build-test
index
381b94f
..
6ffaadc
100755
(executable)
--- a/
strace-build-test
+++ b/
strace-build-test
@@
-46,7
+46,7
@@
cleanup () {
schroot -e -c $mysid
}
-trap
0 cleanup
+trap
cleanup 0
BASE_CHROOT="sid_$ARCH-dchroot"