Set 'yes' from config file before parsing command line: this better models the heirarchy of which setting overrides which and simplifies the logic
modified pkg/install.c
@@ -59,7 +59,7 @@ exec_install(int argc, char **argv)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -69,6 +69,8 @@ exec_install(int argc, char **argv)
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -158,8 +160,6 @@ exec_install(int argc, char **argv)
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|