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