From 9e998f0970beda720447098999f1f1ab3f7ef252 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 1 Feb 2016 10:43:27 +0000 Subject: scripts: fix GNU data invocation Signed-off-by: Jo-Philipp Wich git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48594 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- scripts/portable_date.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/portable_date.sh b/scripts/portable_date.sh index 244f545a25..84b56382e0 100755 --- a/scripts/portable_date.sh +++ b/scripts/portable_date.sh @@ -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 $? -- cgit v1.2.3