8239019: testmake fails with FATAL: VCS_TYPE is empty

Reviewed-by: rriggs
This commit is contained in:
Erik Joelsson 2020-02-18 11:21:41 -08:00
parent a6dbc71114
commit 58a0360039

View File

@ -121,10 +121,6 @@ if [ -d "$TOPLEVEL_DIR/.git" ] ; then
VCS_TYPE="Git"
fi
if [ "x$VCS_TYPE" = "x" ] ; then
echo "FATAL: VCS_TYPE is empty" >&2; exit 1
fi
### Replace template variables
NUM_REPLACEMENTS=0