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.
2024-12-31
Leave a Comment »
No comments yet.
Leave a Reply