Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sleep: invalid time interval ‘0,6’ #14

Open
harobed opened this issue Dec 28, 2018 · 2 comments
Open

sleep: invalid time interval ‘0,6’ #14

harobed opened this issue Dec 28, 2018 · 2 comments

Comments

@harobed
Copy link

harobed commented Dec 28, 2018

I have this error on my host:

Before retry #1: sleeping 0,3 seconds
sleep: invalid time interval ‘0,3’
Try 'sleep --help' for more information.
Before retry #2: sleeping 0,6 seconds
sleep: invalid time interval ‘0,6’
Try 'sleep --help' for more information.
Before retry #3: sleeping 1,2 seconds
sleep: invalid time interval ‘1,2’
Try 'sleep --help' for more information.
Before retry #4: sleeping 2,4 seconds
sleep: invalid time interval ‘2,4’
Try 'sleep --help' for more information.
Before retry #5: sleeping 4,8 seconds
sleep: invalid time interval ‘4,8’
Try 'sleep --help' for more information.

Best regards,
Stéphane

@masharif46
Copy link

sleep 1m;

@kadwanev
Copy link
Owner

I was expecting this to be a problem. I just created a VM and set the locale to russian, expecting to use locale decimal_point to do adjustments. But the script ran without error. Maybe my setting locale wasn't deep enough.
Could this be submitted as a PR please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants