From b844fa3ac7c52646f6142b3a4b95a015fc5adfca Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Sat, 21 Mar 2009 20:34:45 +0000 Subject: [PATCH] 2.10 - Ok version with fixed file handling when using input file instead of dir --- branches/distributed-ppss/ppss.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branches/distributed-ppss/ppss.sh b/branches/distributed-ppss/ppss.sh index 885c1e7..559f378 100755 --- a/branches/distributed-ppss/ppss.sh +++ b/branches/distributed-ppss/ppss.sh @@ -38,7 +38,7 @@ trap 'kill_process; ' INT # Setting some vars. Do not change. SCRIPT_NAME="Distributed Parallel Processing Shell Script" -SCRIPT_VERSION="2.08" +SCRIPT_VERSION="2.10" # The first argument to this script is always the 'mode'. MODE="$1"