use -f so that the script is happy even if the log file is not there

This commit is contained in:
Thomas Capricelli 2009-09-24 13:26:23 +02:00
parent 905b3b9379
commit 68988e4ad0

View File

@ -8,9 +8,9 @@
# scripts/eigen_gen_credits
# configuration
USER='bjacob'
USER='orzel'
rm eigen_gen_credits.log
rm -f eigen_gen_credits.log
hg pull >> eigen_gen_credits.log