dc1f354449
The 'local' bash keyword can only be used inside a function. Using it at top-level of a run: block causes 'local: can only be used in a function' error and exits the script with code 1. Co-Authored-By: Paperclip <noreply@paperclip.ing>