# HG changeset patch # User Anton Shestakov # Date 1702925537 10800 # Node ID 46280260d010d87541f1015c4098ad519dc6de6e # Parent 05ce07bdb173870a0a3765f3761b6304fef4d7c9 pytype: use "$(hg root)" instead of `hg root` to make shellcheck happier diff -r 05ce07bdb173 -r 46280260d010 contrib/check-pytype.sh --- a/contrib/check-pytype.sh Mon Dec 18 15:40:48 2023 -0300 +++ b/contrib/check-pytype.sh Mon Dec 18 15:52:17 2023 -0300 @@ -3,7 +3,7 @@ set -e set -u -cd `hg root` +cd "$(hg root)" # Many of the individual files that are excluded here confuse pytype # because they do a mix of Python 2 and Python 3 things