# | Line 394 | Line 394 | xfcomm( /* transform a command */ | |
---|---|---|
394 | exit(1); | |
395 | } | |
396 | xform(buf, pin); | |
397 | < | if (pclose(pin) != 0) { |
398 | < | fprintf(stderr, "%s: (%s): bad status from \"%s\"\n", |
397 | > | if (pclose(pin) != 0) |
398 | > | fprintf(stderr, "%s: (%s): warning - bad status from \"%s\"\n", |
399 | progname, fname, buf); | |
400 | – | exit(1); |
401 | – | } |
400 | } else { | |
401 | printf("\n%s", buf); | |
402 | if (xac > 1) { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |