reports/Builder__ReportRunner.st
changeset 189 bd2bed33aba7
parent 188 6eeac31d0432
child 217 054062587f02
--- a/reports/Builder__ReportRunner.st	Sat Jun 29 23:34:55 2013 +0200
+++ b/reports/Builder__ReportRunner.st	Sun Jun 30 00:44:40 2013 +0200
@@ -279,9 +279,13 @@
 
 !ReportRunner class methodsFor:'startup-to be redefined'!
 
-main:argv
+main:argv0
     "Process command line arguments"
 
+    | argv |
+
+    argv := argv0 asOrderedCollection.
+    argv remove: '--abortOnSEGV' ifAbsent:[nil].
     parser := CmdLineParser new.
     CmdLineOptionError autoload.