From b6a7c7eb03d1c3916947fe7fb941108783529094 Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Sat, 10 Jan 2009 12:53:36 +0000 Subject: [PATCH] upped the version to 1.05 --- trunk/ppss.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/ppss.sh b/trunk/ppss.sh index 2f0b1f0..c5c458a 100755 --- a/trunk/ppss.sh +++ b/trunk/ppss.sh @@ -39,7 +39,7 @@ trap 'kill_process; ' INT # Setting some vars. Do not change. SCRIPT_NAME="Parallel Processing Shell Script" -SCRIPT_VERSION="1.04" +SCRIPT_VERSION="1.05" RUNNING_SIGNAL="$0_is_running" GLOBAL_LOCK="PPSS-$RANDOM-$RANDOM"