From 0724802a208b85f30a99e0a79bb95308a10f9b48 Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Sun, 4 Jan 2009 12:30:15 +0000 Subject: [PATCH] Version 1.01 - with fixed exit codes. --- trunk/ppss.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/ppss.sh b/trunk/ppss.sh index 2bfe187..523ae6a 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.0" +SCRIPT_VERSION="1.01" RUNNING_SIGNAL="$0_is_running" GLOBAL_LOCK="PPSS-$RANDOM-$RANDOM"