projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87824e0
)
update `trap` poisx link
author
Mike Frysinger
<vapier@gentoo.org>
Mon, 30 Mar 2009 03:50:07 +0000
(
03:50
-0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Mon, 30 Mar 2009 03:50:07 +0000
(
03:50
-0000)
shell/hush.c
patch
|
blob
|
history
diff --git
a/shell/hush.c
b/shell/hush.c
index 8f99b59d38cc5d739e225b66e1feb0bcfe6227bf..a7aa32abe898c1fbd8cef109517385691798c1a9 100644
(file)
--- a/
shell/hush.c
+++ b/
shell/hush.c
@@
-4529,7
+4529,7
@@
int lash_main(int argc, char **argv)
/*
* Built-ins
*/
-/* http://www.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#t
ag_18_28
+/* http://www.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#t
rap
*
* Traps are also evaluated immediately instead of being delayed properly:
* http://www.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_11