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