Commit 84cfa9d51c53b68360fdb5de96d5ae80c676e75f:
Typo (missing shift key)
Branch: refs/heads/master
Author: Sebb <[email protected]>
Committer: Sebb <[email protected]>
Pusher: sebb <[email protected]>
------------------------------------------------------------
tools/collate_minutes.rb | + -
------------------------------------------------------------
2 changes: 1 additions, 1 deletions.
------------------------------------------------------------
diff --git a/tools/collate_minutes.rb b/tools/collate_minutes.rb
index ebff9f8..c8fd817 100755
--- a/tools/collate_minutes.rb
+++ b/tools/collate_minutes.rb
@@ -9,7 +9,7 @@
# for monitoring purposes
at_exit do
- if $1 and not $1.instance_of? SystemExit
+ if $! and not $!.instance_of? SystemExit
puts "\n*** Exception #{$!.class} ***"
end
end