Try to use bash instead of source to execute scripts in separate shell environments, especially in a nested fashion to avoid side effects, such as variable pollution and exit status propagation that could lead to mysterious bugs.
December 31, 2024
Leave a Comment »
No comments yet.
Leave a Reply