diff options
Diffstat (limited to 'source/ap/ksh93/get-att-ast.sh')
-rwxr-xr-x | source/ap/ksh93/get-att-ast.sh | 2 |
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 aaf7954b..af5226ad 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: |