Ignore:
Timestamp:
Dec 21, 2016, 4:19:41 PM (7 years ago)
Author:
Bruno Cornec
Message:

Allow passing just -K option to mondoarchive without going non-interactive

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/mondoarchive/mondoarchive.c

    r3628 r3629  
    331331
    332332    /* Process command line, if there is one. If not, ask user for info. */
    333     if (argc == 1) {
     333    /*  In case we just used -K xx then go interactive as well */
     334    if ((argc == 1) || ((argc == 3) && (strcmp(argv[1],"-K") == 0))) {
    334335        g_text_mode = FALSE;
    335336        setup_newt_stuff();
Note: See TracChangeset for help on using the changeset viewer.