diff options
Diffstat (limited to 'coreutils/sort.c')
-rw-r--r-- | coreutils/sort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/sort.c b/coreutils/sort.c index 7dfe1764c..c450cfbe6 100644 --- a/coreutils/sort.c +++ b/coreutils/sort.c | |||
@@ -225,7 +225,7 @@ int sort_main(int argc, char **argv) | |||
225 | char *line,**lines=NULL,*optlist="ngMucszbrdfimS:T:o:k:t:"; | 225 | char *line,**lines=NULL,*optlist="ngMucszbrdfimS:T:o:k:t:"; |
226 | int c; | 226 | int c; |
227 | 227 | ||
228 | bb_default_error_retval = 2; | 228 | xfunc_error_retval = 2; |
229 | /* Parse command line options */ | 229 | /* Parse command line options */ |
230 | while((c=getopt(argc,argv,optlist))>0) { | 230 | while((c=getopt(argc,argv,optlist))>0) { |
231 | line=strchr(optlist,c); | 231 | line=strchr(optlist,c); |