projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e513784
)
remove now-unused tmp/trap junk
author
Jim Meyering
<jim@meyering.net>
Wed, 26 Sep 2001 08:21:06 +0000
(08:21 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 26 Sep 2001 08:21:06 +0000
(08:21 +0000)
lib/gen-uio
patch
|
blob
|
history
diff --git
a/lib/gen-uio
b/lib/gen-uio
index cb655c69816db6d730b123f47e9c20cdca9ea3db..191719a52bb86d89edd764096dcda4d6f85e8094 100755
(executable)
--- a/
lib/gen-uio
+++ b/
lib/gen-uio
@@
-1,9
+1,5
@@
#!/bin/sh
-tmp=gen-uio.$$
-trap 'status=$?; rm -f $tmp && exit $status' 0
-trap '{ (exit 1); exit 1; }' 1 2 13 15
-
fail=0
cat <<\EOF || fail=1
#ifndef UNLOCKED_IO_H