Skip to content

Commit 890fe70

Browse files
authored
Rollup merge of rust-lang#102949 - RalfJung:should-skip-this, r=Dylan-DPC
should-skip-this: add missing backslash I screwed this up in rust-lang#102780. r? `@Mark-Simulacrum`
2 parents 6570818 + 9c26fec commit 890fe70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/scripts/should-skip-this.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [[ -n "${CI_ONLY_WHEN_SUBMODULES_CHANGED-}" ]]; then
1919
# those files are present in the diff a submodule was updated.
2020
echo "Submodules were updated"
2121
elif ! (git diff --quiet "$BASE_COMMIT" -- \
22-
src/tools/clippy src/tools/rustfmt src/tools/miri
22+
src/tools/clippy src/tools/rustfmt src/tools/miri \
2323
library/std/src/sys); then
2424
# There is not an easy blanket search for subtrees. For now, manually list
2525
# the subtrees.

0 commit comments

Comments
 (0)