ash: fix double comma in initializer

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2009-12-05 02:01:25 +01:00
parent 359da5e3be
commit e9ac32a067

View File

@ -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"