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(1) takes numeric arguments ONLY #151

Closed
tovid-suite opened this issue Mar 16, 2015 · 2 comments
Closed

sleep(1) takes numeric arguments ONLY #151

tovid-suite opened this issue Mar 16, 2015 · 2 comments
Labels

Comments

@tovid-suite
Copy link
Collaborator

From virtuale...@gmail.com on November 18, 2011 01:09:23

The standard sleep(1) utility expects its argument as an integer number of seconds. Unfortunately, various tovid scripts append the letter "s" to the number.

Perhaps, this is acceptable on some obscure Operating Systems, but the redundant qualifier makes the scripts gratuitously unportable...

I'm attaching the (likely -- incomplete) patch, which fixes the problem.

Original issue: http://code.google.com/p/tovid/issues/detail?id=151

@tovid-suite
Copy link
Collaborator Author

From virtuale...@gmail.com on November 18, 2011 13:59:03

Here is an updated patch, which fixes a couple more occurrences.

Attachment: patch-sleep

@grepper
Copy link
Contributor

grepper commented Jun 3, 2015

These changes have been incorporated into tovid, closing with thanks.

@grepper grepper closed this as completed Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant