Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8253034: Update symbol generation to accomodate Git as the SCM
Reviewed-by: erikj, adityam
  • Loading branch information
jddarcy committed Sep 15, 2020
1 parent 4020682 commit fc36328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/scripts/generate-symbol-data.sh
Expand Up @@ -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;
Expand Down

1 comment on commit fc36328

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on fc36328 Sep 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.