8239019: testmake fails with FATAL: VCS_TYPE is empty
Reviewed-by: rriggs
This commit is contained in:
parent
a6dbc71114
commit
58a0360039
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user