We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0213e4b commit c0169f3Copy full SHA for c0169f3
gclient
@@ -5,7 +5,7 @@
5
6
base_dir=$(dirname "$0")
7
8
-if [[ "#grep#fetch#cleanup#diff#setdep#" != *"#$1#"* ]]; then
+if [[ "#grep#fetch#cleanup#diff#setdep#recurse#" != *"#$1#"* ]]; then
9
# Shall skip authomatic update?
10
if [[ $DEPOT_TOOLS_UPDATE != 0 ]]; then
11
"$base_dir"/update_depot_tools "$@"
0 commit comments