Remove use of --enable-cache in tools/push

This commit is contained in:
John Wiegley 2010-06-23 19:30:16 -04:00
parent a995090b9e
commit 97143abbde

View file

@ -2,7 +2,7 @@
set -e
ACPREP=./acprep --enable-cache --universal -j16 --warn opt
ACPREP="./acprep --universal -j16 --warn opt"
(cd plan/data; git push)
(cd plan; git commit -a -m "Update TODO files" && git push)