mirror of
https://git.openwrt.org/openwrt/openwrt.git/
synced 2025-10-05 23:42:55 +02:00
scripts: fix GNU data invocation
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 48594
This commit is contained in:
@@ -5,7 +5,7 @@ case $(uname) in
|
||||
date -j -f "%Y-%m-%d %H:%M:%S %z" "$1" "$2" 2>/dev/null
|
||||
;;
|
||||
*)
|
||||
date -d "@$1" "$2"
|
||||
date -d "$1" "$2"
|
||||
esac
|
||||
|
||||
exit $?
|
||||
|
Reference in New Issue
Block a user