parent
34d149ffda
commit
1c35d8d6d7
2
rpm.c
2
rpm.c
|
@ -1046,7 +1046,7 @@ int main(int argc, char ** argv) {
|
|||
argerror(_("--short-circuit may only be used during package building"));
|
||||
|
||||
if (shortCircuit && (buildChar != 'c') && (buildChar != 'i')
|
||||
&& (buildChar !=' s')) {
|
||||
&& (buildChar != 's')) {
|
||||
argerror(_("--short-circuit may only be used with -bc, -bi, -bs, -tc "
|
||||
"-ti, or -ts"));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue