[Vm-dev] [commit][2975] And the flat mac makeall needs an exit trap too.

commits at squeakvm.org commits at squeakvm.org
Tue Jun 10 23:48:38 UTC 2014


Revision: 2975
Author:   eliot
Date:     2014-06-10 16:48:38 -0700 (Tue, 10 Jun 2014)
Log Message:
-----------
And the flat mac makeall needs an exit trap too.

Modified Paths:
--------------
    branches/Cog/build.macos32x86/makeall

Modified: branches/Cog/build.macos32x86/makeall
===================================================================
--- branches/Cog/build.macos32x86/makeall	2014-06-10 23:45:49 UTC (rev 2974)
+++ branches/Cog/build.macos32x86/makeall	2014-06-10 23:48:38 UTC (rev 2975)
@@ -1,4 +1,5 @@
 #!/bin/bash
+trap 'exit 2' HUP INT PIPE TERM 0
 for d in newspeak.* squeak.*; do
 	(cd $d;./mvm -A)
 done



More information about the Vm-dev mailing list