[Vm-dev] [commit][2809] disable debugging message; run default VM with given args if image check fails

commits at squeakvm.org commits at squeakvm.org
Thu Nov 14 03:52:53 UTC 2013


Revision: 2809
Author:   piumarta
Date:     2013-11-13 19:52:52 -0800 (Wed, 13 Nov 2013)
Log Message:
-----------
disable debugging message; run default VM with given args if image check fails

Modified Paths:
--------------
    trunk/platforms/unix/cmake/squeak.in

Modified: trunk/platforms/unix/cmake/squeak.in
===================================================================
--- trunk/platforms/unix/cmake/squeak.in	2013-11-14 03:47:40 UTC (rev 2808)
+++ trunk/platforms/unix/cmake/squeak.in	2013-11-14 03:52:52 UTC (rev 2809)
@@ -3,7 +3,7 @@
 # Launch squeakvm from the command line or a menu script, with a good
 # plugin path, text encodings and pulseaudio kludge
 # 
-# Last edited: 2012-09-17 09:06:59 by piumarta on linux64
+# Last edited: 2013-11-13 19:51:35 by piumarta on emilia
 
 PATH=/usr/bin:/bin
 
@@ -105,6 +105,8 @@
 	68003)	vms="${squeakvm64}"; plgdir="${plgd64}";;
 	*)	vms="${squeakvm}";;
     esac
+else
+    vms="${squeakvm}" # no image found, run default VM with args
 fi
 
 # find the vm and set the plugin path
@@ -115,7 +117,7 @@
 fi
 
 for avm in ${vms}; do
-    echo CHECKING ${avm}
+    #echo CHECKING ${avm}
     if test -x "${plgdir}/${avm}"; then	# bin/squeak -> lib/squeak/x.y-z/squeakvm
 	vm="${plgdir}/${avm}"
 	plugins="${plgdir}"



More information about the Vm-dev mailing list