contrib/check-pytype.sh
changeset 51306 46280260d010
parent 51305 05ce07bdb173
--- 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