aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archival/dpkg.c4
-rw-r--r--dpkg.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/archival/dpkg.c b/archival/dpkg.c
index dfae9ed70..e9afe5f6e 100644
--- a/archival/dpkg.c
+++ b/archival/dpkg.c
@@ -1290,9 +1290,9 @@ extern int dpkg_main(int argc, char **argv)
1290 int status_num; 1290 int status_num;
1291 int i; 1291 int i;
1292 1292
1293 while ((opt = getopt(argc, argv, "cF:ilPru")) != -1) { 1293 while ((opt = getopt(argc, argv, "CF:ilPru")) != -1) {
1294 switch (opt) { 1294 switch (opt) {
1295 case 'c': 1295 case 'C': // equivalent to --configure in official dpkg
1296 dpkg_opt |= dpkg_opt_configure; 1296 dpkg_opt |= dpkg_opt_configure;
1297 dpkg_opt |= dpkg_opt_package_name; 1297 dpkg_opt |= dpkg_opt_package_name;
1298 break; 1298 break;
diff --git a/dpkg.c b/dpkg.c
index dfae9ed70..e9afe5f6e 100644
--- a/dpkg.c
+++ b/dpkg.c
@@ -1290,9 +1290,9 @@ extern int dpkg_main(int argc, char **argv)
1290 int status_num; 1290 int status_num;
1291 int i; 1291 int i;
1292 1292
1293 while ((opt = getopt(argc, argv, "cF:ilPru")) != -1) { 1293 while ((opt = getopt(argc, argv, "CF:ilPru")) != -1) {
1294 switch (opt) { 1294 switch (opt) {
1295 case 'c': 1295 case 'C': // equivalent to --configure in official dpkg
1296 dpkg_opt |= dpkg_opt_configure; 1296 dpkg_opt |= dpkg_opt_configure;
1297 dpkg_opt |= dpkg_opt_package_name; 1297 dpkg_opt |= dpkg_opt_package_name;
1298 break; 1298 break;