tools: make site.sh mac compatible

This commit is contained in:
Simon Michael 2019-03-06 07:43:46 -08:00
parent 9333cfe28b
commit 61e053bd8e

View File

@ -10,8 +10,10 @@
(\
# timestamp
echo && date --rfc-3339=seconds && \
echo && \
# print timestamp. On mac, use brew-installed GNU date.
PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH" date --rfc-3339=seconds && \
# fetch latest code & website - sometimes already done by webhook, not always
git pull && \