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 89e7fec commit 3a44052Copy full SHA for 3a44052
scripts/misc-check
@@ -5,7 +5,7 @@ set -e
5
6
# Detect files that are tracked but ignored by git.
7
check_tracked_ignored_files () {
8
- git -C ${srctree:-.} ls-files -i -c --exclude-per-directory=.gitignore 2>/dev/null |
+ git -C "${srctree:-.}" ls-files -i -c --exclude-per-directory=.gitignore 2>/dev/null |
9
sed 's/$/: warning: ignored by one of the .gitignore files/' >&2
10
}
11
0 commit comments