Commit d50eb5e
authored
[RAPTOR-12446] Fix invalid test -nz (#1413)
The test builtin can't take multiple options in a single call, so this yields a
syntax error. Additionally, `-n` (is set) and `-z` (is not set) presents a fun
logic issue. :)
The intent appears to be to check if the related variable is set before
proceeding, so this removes the `z` from `-nz` to accomplish that.1 parent 95c1619 commit d50eb5e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments