Revision: 786
http://assorted.svn.sourceforge.net/assorted/?rev=786&view=rev
Author: yangzhang
Date: 2008-05-09 01:13:40 -0700 (Fri, 09 May 2008)
Log Message:
-----------
tweak
Modified Paths:
--------------
simple-preprocessor/trunk/src/spp.bash
Modified: simple-preprocessor/trunk/src/spp.bash
===================================================================
--- simple-preprocessor/trunk/src/spp.bash 2008-05-09 08:13:34 UTC (rev 785)
+++ simple-preprocessor/trunk/src/spp.bash 2008-05-09 08:13:40 UTC (rev 786)
@@ -1,4 +1,6 @@
#!/usr/bin/env bash
-make -C "$(dirname "$0")" > /dev/null
-scala -cp "$(dirname "$0")/out" Preprocessor
+# Simple wrapper script for the spp
+
+make -C "$(dirname "$0")" -s
+exec scala -cp "$(dirname "$0")/out" Preprocessor
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|