diff options
Diffstat (limited to 'archival/dpkg.c')
-rw-r--r-- | archival/dpkg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/dpkg.c b/archival/dpkg.c index b5fc06d3d..337576ccd 100644 --- a/archival/dpkg.c +++ b/archival/dpkg.c | |||
@@ -1579,7 +1579,7 @@ int dpkg_main(int argc, char **argv) | |||
1579 | OPT_unpack = 0x40, | 1579 | OPT_unpack = 0x40, |
1580 | }; | 1580 | }; |
1581 | 1581 | ||
1582 | opt = getopt32(argc, argv, "CF:ilPru", &str_f); | 1582 | opt = getopt32(argv, "CF:ilPru", &str_f); |
1583 | //if (opt & OPT_configure) ... // -C | 1583 | //if (opt & OPT_configure) ... // -C |
1584 | if (opt & OPT_force_ignore_depends) { // -F (--force in official dpkg) | 1584 | if (opt & OPT_force_ignore_depends) { // -F (--force in official dpkg) |
1585 | if (strcmp(str_f, "depends")) | 1585 | if (strcmp(str_f, "depends")) |