buildDocExports.sh : Added commit reference in the LAST_UPDATE_FILE

This commit is contained in:
Benjamin Renard 2010-04-21 11:50:30 +02:00
parent 656dad2c14
commit 70afba8563

View file

@ -140,6 +140,8 @@ then
echo -n "-> Create last-update file : "
echo "Last update :" > $LAST_UPDATE_FILE
date >> $LAST_UPDATE_FILE
cd $ROOT_DIR
git log|head -n 1 >> $LAST_UPDATE_FILE
echo >> $LAST_UPDATE_FILE
echo done.
fi