fixed some input escaping problems when using directories for input
This commit is contained in:
parent
410fd9fbb2
commit
0c37a10cc8
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue