diff options
| -rw-r--r-- | coreutils/sleep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/coreutils/sleep.c b/coreutils/sleep.c index 9acb2d15f..433f9d6ee 100644 --- a/coreutils/sleep.c +++ b/coreutils/sleep.c | |||
| @@ -50,7 +50,8 @@ int sleep_main(int argc UNUSED_PARAM, char **argv) | |||
| 50 | #if ENABLE_FEATURE_FLOAT_SLEEP | 50 | #if ENABLE_FEATURE_FLOAT_SLEEP |
| 51 | 51 | ||
| 52 | # if ENABLE_LOCALE_SUPPORT | 52 | # if ENABLE_LOCALE_SUPPORT |
| 53 | setlocale (LC_NUMERIC, "C"); | 53 | /* undo busybox.c setlocale */ |
| 54 | setlocale(LC_NUMERIC, "C"); | ||
| 54 | # endif | 55 | # endif |
| 55 | duration = 0; | 56 | duration = 0; |
| 56 | do { | 57 | do { |
