projects
/
invirt/scripts/munin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d2fb2b
)
Haha, infinite loop
author
Quentin Smith
<quentin@mit.edu>
Wed, 29 Dec 2010 17:34:33 +0000
(12:34 -0500)
committer
Quentin Smith
<quentin@mit.edu>
Wed, 29 Dec 2010 17:34:33 +0000
(12:34 -0500)
web/usage.cgi
patch
|
blob
|
history
diff --git
a/web/usage.cgi
b/web/usage.cgi
index
b7e742d
..
59482e9
100755
(executable)
--- a/
web/usage.cgi
+++ b/
web/usage.cgi
@@
-86,5
+86,5
@@
sub die(@) {
$mime_type = $formats{$format};
print $q->header(-type=>$mime_type);
$im->Write($format.':-');
- die @_;
+ CORE::die @_;
}