From ee13df39c4f0dc8e9296f5e962366da0fe454a51 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 21 Jan 2016 13:46:29 +0100 Subject: reproducible netbsd: drop useless pipes, thanks #debian-reproducible --- bin/reproducible_netbsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh index 91712eb0..2b07c88e 100755 --- a/bin/reproducible_netbsd.sh +++ b/bin/reproducible_netbsd.sh @@ -60,7 +60,7 @@ git log -1 # different switches to make two builds from the same source tree # result in the same build results. export MKREPRO="yes" -MK_TIMESTAMP=$(git show --pretty=format:%ai|head -1|date -u "+%s") +MK_TIMESTAMP=$(git log -1 --pretty=%ct) echo "=============================================================================" echo "$(date -u) - Building NetBSD ${NETBSD_VERSION} - first build run." -- cgit v1.2.3-54-g00ecf