View | Details | Raw Unified | Return to bug 15667
Collapse All | Expand All

(-)file.c Sat Dec 25 01:05:08 1999 (-1 / +1 lines)
Lines 490-496 Link Here
490
    else
490
    else
491
       strcpy(args, "-z");
491
       strcpy(args, "-z");
492
    strcat(args, " -xpf");
492
    strcat(args, " -xpf");
493
    if (vsystem("tar %s %s %s", args, pkg, flist ? flist : "")) {
493
    if (vsystem("tar %s '%s' %s", args, pkg, flist ? flist : "")) {
494
       warnx("tar extract of %s failed!", pkg);
494
       warnx("tar extract of %s failed!", pkg);
495
       return 1;
495
       return 1;
496
    }
496
    }

Return to bug 15667