Skip to content

Commit

Permalink
8239019: testmake fails with FATAL: VCS_TYPE is empty
Browse files Browse the repository at this point in the history
Reviewed-by: rriggs
  • Loading branch information
erikj79 committed Feb 18, 2020
1 parent a6dbc71 commit 58a0360
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/idea.sh
Expand Up @@ -121,10 +121,6 @@ if [ -d "$TOPLEVEL_DIR/.git" ] ; then
VCS_TYPE="Git" VCS_TYPE="Git"
fi fi


if [ "x$VCS_TYPE" = "x" ] ; then
echo "FATAL: VCS_TYPE is empty" >&2; exit 1
fi

### Replace template variables ### Replace template variables


NUM_REPLACEMENTS=0 NUM_REPLACEMENTS=0
Expand Down

0 comments on commit 58a0360

Please sign in to comment.