summaryrefslogtreecommitdiffstats
path: root/source/d/strace
diff options
context:
space:
mode:
Diffstat (limited to 'source/d/strace')
-rwxr-xr-xsource/d/strace/get-strace.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/d/strace/get-strace.sh b/source/d/strace/get-strace.sh
index d31d33a41..3ccc512b4 100755
--- a/source/d/strace/get-strace.sh
+++ b/source/d/strace/get-strace.sh
@@ -37,7 +37,7 @@ git clone git://github.com/strace/${PKGNAM}
)
HEADISAT="$( cd ${PKGNAM} && git log -1 --format=%h )"
-DATE="$( cd ${PKGNAM} && git log -1 --format=%ad --date=format:%Y%m%d )"
+DATE="$( cd ${PKGNAM} && git log -1 --format=%cd --date=format:%Y%m%d )"
# Cleanup. We're not packing up the whole git repo.
( cd ${PKGNAM} && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null )
mv ${PKGNAM} ${PKGNAM}-${DATE}_${HEADISAT}