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