Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
/ lanai Public archive

Commit 58a0360

Browse files
committedFeb 18, 2020
8239019: testmake fails with FATAL: VCS_TYPE is empty
Reviewed-by: rriggs
1 parent a6dbc71 commit 58a0360

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎bin/idea.sh

-4
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ if [ -d "$TOPLEVEL_DIR/.git" ] ; then
121121
VCS_TYPE="Git"
122122
fi
123123

124-
if [ "x$VCS_TYPE" = "x" ] ; then
125-
echo "FATAL: VCS_TYPE is empty" >&2; exit 1
126-
fi
127-
128124
### Replace template variables
129125

130126
NUM_REPLACEMENTS=0

0 commit comments

Comments
 (0)