summaryrefslogtreecommitdiffstats
path: root/source/d/gyp/fetch-gyp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/d/gyp/fetch-gyp.sh')
-rwxr-xr-xsource/d/gyp/fetch-gyp.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/d/gyp/fetch-gyp.sh b/source/d/gyp/fetch-gyp.sh
index 9009a02ae..19c3d6858 100755
--- a/source/d/gyp/fetch-gyp.sh
+++ b/source/d/gyp/fetch-gyp.sh
@@ -35,8 +35,8 @@ git clone https://chromium.googlesource.com/external/gyp
)
HEADISAT="$( cd gyp && git log -1 --format=%h )"
-DATE="$( cd gyp && git log -1 --format=%ad --date=format:%Y%m%d )"
-LONGDATE="$( cd gyp && git log -1 --format=%ad --date=format:%c )"
+DATE="$( cd gyp && git log -1 --format=%cd --date=format:%Y%m%d )"
+LONGDATE="$( cd gyp && git log -1 --format=%cd --date=format:%c )"
# Cleanup. We're not packing up the whole git repo.
( cd gyp && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null )
rm -r gyp/test/*