ash: fix double comma in initializer
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
359da5e3be
commit
e9ac32a067
@ -100,9 +100,9 @@ static const char *const optletters_optnames[] = {
|
|||||||
"a" "allexport",
|
"a" "allexport",
|
||||||
"b" "notify",
|
"b" "notify",
|
||||||
"u" "nounset",
|
"u" "nounset",
|
||||||
"\0" "vi",
|
"\0" "vi"
|
||||||
#if ENABLE_ASH_BASH_COMPAT
|
#if ENABLE_ASH_BASH_COMPAT
|
||||||
"\0" "pipefail"
|
,"\0" "pipefail"
|
||||||
#endif
|
#endif
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
,"\0" "nolog"
|
,"\0" "nolog"
|
||||||
|
Loading…
Reference in New Issue
Block a user