From 6d46b00f750404a6d4c46f6a60d9a4ed93c011d4 Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Sat, 10 Jan 2009 12:47:09 +0000 Subject: [PATCH] Fixed errors when no log file is specified --- trunk/ppss.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/ppss.sh b/trunk/ppss.sh index ddb32aa..a28d1ab 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.05" +SCRIPT_VERSION="1.04" RUNNING_SIGNAL="$0_is_running" GLOBAL_LOCK="PPSS-$RANDOM-$RANDOM"