We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4020682 commit fc36328Copy full SHA for fc36328
make/scripts/generate-symbol-data.sh
@@ -63,7 +63,7 @@ if [ ! -f symbols ] ; then
63
exit 1
64
fi;
65
66
-if [ "`hg status .`x" != "x" ] ; then
+if [ "`git status --porcelain=v1 .`x" != "x" ] ; then
67
echo "The make/data/symbols directory contains local changes!" >&2
68
69
0 commit comments