Ignore:
Timestamp:
Apr 18, 2008, 1:41:41 AM (16 years ago)
Author:
Bruno Cornec
Message:

svn merge -r 1902:1923 $SVN_M/branches/2.2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/libmondo-stream.c

    r1904 r1924  
    695695    (void) getcwd(old_cwd, MAX_STR_LEN);
    696696    chdir(bkpinfo->tmpdir);
    697     mr_asprintf(&tmp, "tar -zxf %s tmp/mondo-restore.cfg 2> /dev/null",
     697    mr_asprintf(&tmp, "tar -zxf %s ./tmp/mondo-restore.cfg 2> /dev/null",
    698698             outfname);
    699699    paranoid_system(tmp);
Note: See TracChangeset for help on using the changeset viewer.