Ignore:
Timestamp:
Sep 23, 2007, 1:14:49 AM (17 years ago)
Author:
Bruno Cornec
Message:

replace vi with find_my_editor during restore (Andree Leidenfrost)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/mondorestore/mondo-rstr-tools.c

    r1579 r1640  
    15921592    malloc_string(conffile);
    15931593    assert_string_is_neither_NULL_nor_zerolength(bd);
    1594     strcpy(editor, "vi");       // find_my_editor() );
     1594    strcpy(editor, find_my_editor());
    15951595    strcpy(boot_device, bd);
    15961596
Note: See TracChangeset for help on using the changeset viewer.