Skip to content

Commit fc36328

Browse files
committed
8253034: Update symbol generation to accomodate Git as the SCM
Reviewed-by: erikj, adityam
1 parent 4020682 commit fc36328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/scripts/generate-symbol-data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if [ ! -f symbols ] ; then
6363
exit 1
6464
fi;
6565

66-
if [ "`hg status .`x" != "x" ] ; then
66+
if [ "`git status --porcelain=v1 .`x" != "x" ] ; then
6767
echo "The make/data/symbols directory contains local changes!" >&2
6868
exit 1
6969
fi;

0 commit comments

Comments
 (0)