stx_goodies_petitparser.st
changeset 493 0aed9c69ed48
parent 483 3fe67c1fc040
child 545 ecf04090fc50
--- a/stx_goodies_petitparser.st	Wed Jun 17 16:49:28 2015 +0100
+++ b/stx_goodies_petitparser.st	Wed Jun 17 17:10:54 2015 +0100
@@ -137,7 +137,8 @@
 		Class tryLocalSourceFirst: true.				\
 		Smalltalk packagePath add:''$(TOP)/..'' .                       \
 		Smalltalk loadPackage:''stx:goodies/petitparser''.              \
-		(Smalltalk at: #''stx_goodies_petitparser'') monticelloExportTo: ''mc''."
+		(Smalltalk at: #''stx_goodies_petitparser'') monticelloExportTo: ''mc''.\
+		Smalltalk exit: 0."
 
 '