diff options
Diffstat (limited to 'src/cmd')
-rw-r--r-- | src/cmd/sort.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cmd/sort.c b/src/cmd/sort.c index 9606f90f..e5cea294 100644 --- a/src/cmd/sort.c +++ b/src/cmd/sort.c @@ -243,8 +243,7 @@ notifyf(void *a, char *s) done(0); if(strncmp(s, "sys: write on closed pipe", 25) == 0) done(0); - fprint(2, "sort: note: %s\n", s); - abort(); + noted(NDFLT); } Line* |