8253034: Update symbol generation to accomodate Git as the SCM

Reviewed-by: erikj, adityam
This commit is contained in:
Joe Darcy 2020-09-15 20:41:43 +00:00
parent 40206822f4
commit fc36328d4f

View File

@ -63,7 +63,7 @@ if [ ! -f symbols ] ; then
exit 1
fi;
if [ "`hg status .`x" != "x" ] ; then
if [ "`git status --porcelain=v1 .`x" != "x" ] ; then
echo "The make/data/symbols directory contains local changes!" >&2
exit 1
fi;