You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This shell function had several issues that prevented it from living up
to its name:
1. It used `$1` to run commands, which fails to handle e.g. `;`
1. It assigned using `local`, which would mask any errors
3. It was invoked with command expansions, so anything it was supposed
to run was already finished *before* it ran.
0 commit comments