diff options
Diffstat (limited to 'cut.c')
-rw-r--r-- | cut.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -307,7 +307,7 @@ int cut_main(int argc, char **argv) cut(); } - exit(exit_status); + return(exit_status); } /* cut - extract columns from a file or stdin. Author: Michael J. Holme |