Commit c75bcdb
committed
Fixes error when using -P flag with generator
This patch fixes an error when using the -P flag with the generator to
set the CAPI manager's log level. The getopts string was missing a :
character after the P, and so the shell was saying OPTARG was an unbound
variable since the -P flag didn't pick up its value.1 parent c45a65d commit c75bcdb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments