[bug#54022] [PATCH] python: fix exit status handling with uninstall

2022-02-16 Thread Karl Berry
* lib/am/python.am: Fix final subshell exit status passing. Looks good to me, FWIW. -k

[bug#54022] [PATCH] python: fix exit status handling with uninstall

2022-02-15 Thread Mike Frysinger
The st variable is set at the top of this shell script, and then here is a pipeline where it tries to update it in the subshell. But since setting variables in a subshell doesn't propagate back up, it doesn't actually work. Have the final subshell in the pipeline manage its own exit status and ex