[Vm-dev] [commit] r2208 - squeak.in does not echo the environment unless told to

commits at squeakvm.org commits at squeakvm.org
Thu May 13 21:16:10 UTC 2010


Author: piumarta
Date: 2010-05-13 14:16:10 -0700 (Thu, 13 May 2010)
New Revision: 2208

Modified:
   trunk/platforms/unix/ChangeLog
   trunk/platforms/unix/cmake/squeak.in
Log:
squeak.in does not echo the environment unless told to

Modified: trunk/platforms/unix/ChangeLog
===================================================================
--- trunk/platforms/unix/ChangeLog	2010-05-13 20:36:19 UTC (rev 2207)
+++ trunk/platforms/unix/ChangeLog	2010-05-13 21:16:10 UTC (rev 2208)
@@ -1,5 +1,7 @@
 2010-05-13  Ian Piumarta  <com -dot- gmail -at- piumarta (backwards)>
 
+	* cmake/squeak.in (wrapper): Don't echo the environment.
+
 	* CMakeLists.txt: Add subdir npsqueak.
 
 	* npsqueak.c: Cosmetic improvements to error messages.

Modified: trunk/platforms/unix/cmake/squeak.in
===================================================================
--- trunk/platforms/unix/cmake/squeak.in	2010-05-13 20:36:19 UTC (rev 2207)
+++ trunk/platforms/unix/cmake/squeak.in	2010-05-13 21:16:10 UTC (rev 2208)
@@ -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: 2010-05-13 13:27:12 by piumarta on emilia-2.local
+# Last edited: 2010-05-13 14:15:38 by piumarta on emilia-2.local
 
 PATH=/usr/bin:/bin
 
@@ -102,6 +102,4 @@
 
 # run the vm
 
-set | fgrep SQUEAK_
-set -x
 exec ${wrapper} "${vm}" "$@"



More information about the Vm-dev mailing list