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

BSD Incompatible option used in bombardment #69

Closed
apeschel opened this issue Jun 17, 2016 · 2 comments
Closed

BSD Incompatible option used in bombardment #69

apeschel opened this issue Jun 17, 2016 · 2 comments

Comments

@apeschel
Copy link

serial=`date --iso-8601=minutes`

The option --iso-8601=minutes is not supported in BSD date, and results in the following error:

date: illegal option -- -
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ...
            [-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format]
@apeschel
Copy link
Author

Replacing with date '+%Y-%m-%dT%H:%M%z' should fix the problem. I'll get a PR in for this.

@apeschel
Copy link
Author

Solved by #70

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

No branches or pull requests

1 participant