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

more cat commands removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.06/mondo/mondo/common/libmondo-filelist.c

    r273 r275  
    616616//      sort_file(filelist); // FIXME - filelist chopper sorts, so this isn't necessary
    617617        sprintf(command,
    618                 "cat %s | getfacl --all-effective -P - 2>> %s | gzip -c1 > %s 2>> %s",
     618                "getfacl --all-effective -P %s 2>> %s | gzip -c1 > %s 2>> %s",
    619619                filelist, MONDO_LOGFILE, facl_fname, MONDO_LOGFILE);
    620620        iamhere(command);
Note: See TracChangeset for help on using the changeset viewer.