From 36bf0c735178c9f0a719f63f0e6a3f7234c0bee2 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sun, 4 May 2025 12:57:31 -0600 Subject: [PATCH] bastille: Don't export bastille_parallel_mode --- usr/local/bin/bastille | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr/local/bin/bastille b/usr/local/bin/bastille index 534e891d..b162813f 100755 --- a/usr/local/bin/bastille +++ b/usr/local/bin/bastille @@ -147,7 +147,7 @@ fi # Handle options bastille_parallel_mode=0 -bastille_process_limit=1 +bastille_process_limit="${bastille_process_limit:-1}" while [ "$#" -gt 0 ]; do case "${1}" in -h|--help|help) @@ -189,7 +189,6 @@ while [ "$#" -gt 0 ]; do done # Export parallel and limit -export bastille_parallel_mode export bastille_process_limit if [ "$#" -lt 1 ]; then