Commit 6aac82a
authored
Arm backend: Fix broken logic when checking os in utils.sh (#13939)
The logic was flawed due to incorrect use of the logical OR operator.
This condition will always evaluate to true because an OS cant be both
Darwin and Linux simultaneously.
Signed-off-by: [email protected]1 parent ea5cf49 commit 6aac82a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments