Typo.
authorjbj <devnull@localhost>
Thu, 11 Jun 1998 02:58:13 +0000 (02:58 +0000)
committerjbj <devnull@localhost>
Thu, 11 Jun 1998 02:58:13 +0000 (02:58 +0000)
CVS patchset: 2146
CVS date: 1998/06/11 02:58:13

rpm.c

diff --git a/rpm.c b/rpm.c
index f19b63d..b76b0bc 100755 (executable)
--- a/rpm.c
+++ b/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"));
     }