Force quotes

This commit is contained in:
Federico Grandi
2019-09-18 23:06:22 +02:00
parent 2de99109b2
commit 04cd48bddf

View File

@@ -19,7 +19,7 @@ EOF
} }
add() { add() {
find $INPUT_PATH -name $INPUT_PATTERN | while read x; do git add $x; done find $INPUT_PATH -name "$INPUT_PATTERN" | while read x; do git add $x; done
} }
# This is needed to make the check work for untracked files # This is needed to make the check work for untracked files