commit | 0a0dbd4b545be02e24b21dcf2f372ce93ea9f639 | [log] [tgz] |
---|---|---|
author | Roman Kapl <rka@sysgo.com> | Fri Feb 08 10:01:02 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 19 08:55:43 2019 -0500 |
tree | d72c8b66d1f3bf17ed5fb0953d869ecc8dc59c80 | |
parent | a064f193661126b7a1ecf723d0f615b9b678ba54 [diff] |
cmd: date: Do not overwrite arguments Arguments are const and belong to the caller. Calling date in a hush loop will yield different results from the second invocation. Signed-off-by: Roman Kapl <rka@sysgo.com>