Version 1.01 - with fixed exit codes.

This commit is contained in:
Louwrentius 2009-01-04 12:30:15 +00:00
parent 9f42c5c67a
commit 0724802a20
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ trap 'kill_process; ' INT
# Setting some vars. Do not change. # Setting some vars. Do not change.
SCRIPT_NAME="Parallel Processing Shell Script" SCRIPT_NAME="Parallel Processing Shell Script"
SCRIPT_VERSION="1.0" SCRIPT_VERSION="1.01"
RUNNING_SIGNAL="$0_is_running" RUNNING_SIGNAL="$0_is_running"
GLOBAL_LOCK="PPSS-$RANDOM-$RANDOM" GLOBAL_LOCK="PPSS-$RANDOM-$RANDOM"