use -f so that the script is happy even if the log file is not there
This commit is contained in:
parent
905b3b9379
commit
68988e4ad0
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user