Skip to content

Commit e39fba6

Browse files
Refactor scripts-dev/complement.sh logic to avoid exit (#19209)
This is useful so that the script can be sourced by other scripts without exiting the calling subshell (composable). This is split out from #19208 to make easy to understand PR's and build up to where we want to go.
1 parent 7a96603 commit e39fba6

File tree

2 files changed

+179
-168
lines changed

2 files changed

+179
-168
lines changed

changelog.d/19209.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Refactor `scripts-dev/complement.sh` logic to avoid `exit` to facilitate being able to source it from other scripts (composable).

0 commit comments

Comments
 (0)