From 0c37a10cc841325cbac67bc13380571fb454e6e9 Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Mon, 5 Jan 2009 10:26:40 +0000 Subject: [PATCH] fixed some input escaping problems when using directories for input --- trunk/ppss.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/ppss.sh b/trunk/ppss.sh index 6406b68..6e85327 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.02" +SCRIPT_VERSION="1.03" RUNNING_SIGNAL="$0_is_running" GLOBAL_LOCK="PPSS-$RANDOM-$RANDOM"