Ignore:
Timestamp:
Jan 3, 2006, 5:06:12 PM (18 years ago)
Author:
bcornec
Message:

replaced sort | uniq with sort -u

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.06/mondo/mondo/xmondo/xmondorestore.cpp

    r273 r277  
    289289    int curline = 0;
    290290    FILE *fin  = fopen (QString ("%1.FILT").arg (g_filelist_full).ascii(), "r");
    291     FILE *fout = popen (QString ("sort | uniq > %1").arg (g_filelist_full).ascii(), "w");
     291    FILE *fout = popen (QString ("sort -u > %1").arg (g_filelist_full).ascii(), "w");
    292292
    293293    if (!(fin && fout)) {
Note: See TracChangeset for help on using the changeset viewer.