Commit 9bb3774
committed
Support set -u in parent script
Do not fail when parent script has `set -u` option.
See
* https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html
* https://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html
* http://mywiki.wooledge.org/BashFAQ/112
Fixes #5971 parent 6529e01 commit 9bb3774
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
0 commit comments