diff options
Diffstat (limited to 'archival/dpkg.c')
-rw-r--r-- | archival/dpkg.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archival/dpkg.c b/archival/dpkg.c index 90ad8766c..852e0cac2 100644 --- a/archival/dpkg.c +++ b/archival/dpkg.c | |||
@@ -1766,8 +1766,7 @@ int dpkg_main(int argc UNUSED_PARAM, char **argv) | |||
1766 | 1766 | ||
1767 | INIT_G(); | 1767 | INIT_G(); |
1768 | 1768 | ||
1769 | IF_LONG_OPTS(applet_long_options = dpkg_longopts); | 1769 | opt = getopt32long(argv, "CilPruF:", dpkg_longopts, &str_f); |
1770 | opt = getopt32(argv, "CilPruF:", &str_f); | ||
1771 | argv += optind; | 1770 | argv += optind; |
1772 | //if (opt & OPT_configure) ... // -C | 1771 | //if (opt & OPT_configure) ... // -C |
1773 | if (opt & OPT_force) { // -F (--force in official dpkg) | 1772 | if (opt & OPT_force) { // -F (--force in official dpkg) |