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