ENGINE-883: test if files are there to diminish annoying pings from git
parent
f726fd607c
commit
52df6b71f1
@ -1,3 +1,6 @@
|
||||
#! /bin/sh
|
||||
|
||||
rm src/commit_hash.h
|
||||
if test -f "src/commit_hash.h"; then
|
||||
rm src/commit_hash.h
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue