Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 309683
Collapse All | Expand All

(-)main.c.orig (-1 / +1 lines)
Lines 1252-1258 Link Here
1252
      return -1;
1252
      return -1;
1253
    }
1253
    }
1254
1254
1255
    if (!S_ISREG(sbuf->st_mode)) {
1255
    if (!decompress && !S_ISREG(sbuf->st_mode)) {
1256
      log_warning("%s: skipping \"%s\": not a regular file\n", pname,
1256
      log_warning("%s: skipping \"%s\": not a regular file\n", pname,
1257
          operand->val);
1257
          operand->val);
1258
      return -1;
1258
      return -1;

Return to bug 309683