summaryrefslogtreecommitdiffstats
path: root/source/l/libclc/fetch-libclc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/libclc/fetch-libclc.sh')
-rwxr-xr-xsource/l/libclc/fetch-libclc.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/l/libclc/fetch-libclc.sh b/source/l/libclc/fetch-libclc.sh
index fb5d4f33b..54023cbdf 100755
--- a/source/l/libclc/fetch-libclc.sh
+++ b/source/l/libclc/fetch-libclc.sh
@@ -35,8 +35,8 @@ git clone http://llvm.org/git/libclc.git
)
HEADISAT="$( cd libclc && git log -1 --format=%h )"
-DATE="$( cd libclc && git log -1 --format=%ad --date=format:%Y%m%d )"
-LONGDATE="$( cd libclc && git log -1 --format=%ad --date=format:%c )"
+DATE="$( cd libclc && git log -1 --format=%cd --date=format:%Y%m%d )"
+LONGDATE="$( cd libclc && git log -1 --format=%cd --date=format:%c )"
# Cleanup. We're not packing up the whole git repo.
( cd libclc && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null )
mv libclc libclc-${DATE}_${HEADISAT}