Commit 248b2c9
committed
Suppress warning about missing sasl
Add `nowarn_sasl` to the rebar.config erl_opts to suppress the warning when assembling the release:
```
*WARNING* Missing application sasl. Can not upgrade with this release
```
This escript tool does not need sasl since we are not doing OTP application style upgrades. We can
safely ignore this warning, and it may be confusing or misleading to users.
See issue #34.
Signed-off-by: Winford <[email protected]>1 parent cfebac7 commit 248b2c9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments