Treat project directory as in version control if .git is

either directory or file.
This commit is contained in:
John Safranek
2016-09-08 16:27:30 -07:00
parent 78c0f98ea9
commit 4087f6904c
2 changed files with 6 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ if test -d .git; then
fi
# If this is a source checkout then call autoreconf with error as well
if test -d .git; then
if test -e .git; then
WARNINGS="all,error"
# touch fips files for non fips distribution
touch ./ctaocrypt/src/fips.c