From 40920825d59874cf285390434486e88c8498d2d8 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 3 Oct 2006 20:28:06 +0000 Subject: rename bb_default_error_retval -> xfunc_error_retval --- coreutils/sort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/sort.c') 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) char *line,**lines=NULL,*optlist="ngMucszbrdfimS:T:o:k:t:"; int c; - bb_default_error_retval = 2; + xfunc_error_retval = 2; /* Parse command line options */ while((c=getopt(argc,argv,optlist))>0) { line=strchr(optlist,c); -- cgit v1.2.3