diff options
Diffstat (limited to 'libbb/default_error_retval.c')
-rw-r--r-- | libbb/default_error_retval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/default_error_retval.c b/libbb/default_error_retval.c index 7d2d89bb5..35c34b916 100644 --- a/libbb/default_error_retval.c +++ b/libbb/default_error_retval.c | |||
@@ -21,7 +21,7 @@ | |||
21 | /* Seems silly to copyright a global variable. ;-) Oh well. | 21 | /* Seems silly to copyright a global variable. ;-) Oh well. |
22 | * | 22 | * |
23 | * At least one applet (cmp) returns a value different from the typical | 23 | * At least one applet (cmp) returns a value different from the typical |
24 | * EXIT_FAILURE values (1) when an error occurs. So, make it configureable | 24 | * EXIT_FAILURE values (1) when an error occurs. So, make it configurable |
25 | * by the applet. I suppose we could use a wrapper function to set it, but | 25 | * by the applet. I suppose we could use a wrapper function to set it, but |
26 | * that too seems silly. | 26 | * that too seems silly. |
27 | */ | 27 | */ |