Ignore:
Timestamp:
Jan 3, 2006, 4:15:54 PM (18 years ago)
Author:
bcornec
Message:

merge -r272:273 $SVN_M/branches/2.06

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/mondorestore/mondo-restore.c

    r252 r274  
    31013101    fatal_error("This will fail");
    31023102    sprintf(command,
    3103             "cat %s | grep -x \"%s.*\" > %s",
    3104             g_filelist_full, restore_this_directory, g_filelist_full);
     3103            "grep -x \"%s.*\" %s > %s",
     3104            restore_this_directory, g_filelist_full, g_filelist_full);
    31053105    if (system(command)) {
    31063106        retval++;
     
    31113111    fatal_error("This will fail");
    31123112    sprintf(command,
    3113             "cat %s | grep -x \"%s.*\" > %s",
    3114             g_biggielist_txt, restore_this_directory, g_biggielist_txt);
     3113            "grep -x \"%s.*\" %s > %s",
     3114            restore_this_directory, g_biggielist_txt, g_biggielist_txt);
    31153115    if (system(command)) {
    31163116        log_msg(1,
Note: See TracChangeset for help on using the changeset viewer.