Ignore:
Timestamp:
Dec 7, 2006, 2:01:34 AM (17 years ago)
Author:
Bruno Cornec
Message:

Attempt to solve #113

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/mondorestore/mondo-rstr-compare.c

    r541 r998  
    317317    if (strstr(tarball_fname, ".bz2")) {
    318318        strcpy(compressor_exe, "bzip2");
     319    } else if (strstr(tarball_fname, ".gz")) {
     320        strcpy(compressor_exe, "gzip");
    319321    } else if (strstr(tarball_fname, ".lzo")) {
    320322        strcpy(compressor_exe, "lzop");
Note: See TracChangeset for help on using the changeset viewer.