mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-06 04:34:19 +01:00
bastille: Don't export bastille_parallel_mode
This commit is contained in:
@@ -147,7 +147,7 @@ fi
|
|||||||
|
|
||||||
# Handle options
|
# Handle options
|
||||||
bastille_parallel_mode=0
|
bastille_parallel_mode=0
|
||||||
bastille_process_limit=1
|
bastille_process_limit="${bastille_process_limit:-1}"
|
||||||
while [ "$#" -gt 0 ]; do
|
while [ "$#" -gt 0 ]; do
|
||||||
case "${1}" in
|
case "${1}" in
|
||||||
-h|--help|help)
|
-h|--help|help)
|
||||||
@@ -189,7 +189,6 @@ while [ "$#" -gt 0 ]; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Export parallel and limit
|
# Export parallel and limit
|
||||||
export bastille_parallel_mode
|
|
||||||
export bastille_process_limit
|
export bastille_process_limit
|
||||||
|
|
||||||
if [ "$#" -lt 1 ]; then
|
if [ "$#" -lt 1 ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user