mirror of
https://github.com/EndBug/add-and-commit.git
synced 2026-03-12 02:24:16 -05:00
Use quotes
This commit is contained in:
@@ -19,7 +19,7 @@ EOF
|
||||
}
|
||||
|
||||
add() {
|
||||
find $INPUT_PATH -name *.* | while read x; do git add $x; done
|
||||
find $INPUT_PATH -name "*.*" | while read x; do git add $x; done
|
||||
}
|
||||
|
||||
# This is needed to make the check work for untracked files
|
||||
|
||||
Reference in New Issue
Block a user