ac14c3115f
This is a conservative change. It does the same thing in weird cases like the old one. For example, 'sleep abcd' still sleeps for zero seconds. `sleep 10.a' and `sleep 10.05aa' do the best and not abort (ie: 10.a == 10 seconds, 10.05a == 10.05 seconds). |
||
---|---|---|
.. | ||
Makefile | ||
sleep.1 | ||
sleep.c |