mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-19 03:56:52 +00:00
./all grep: ident fix.
This commit is contained in:
parent
b5a9c693b5
commit
f0d3315793
@ -963,7 +963,7 @@ case "$cmd" in
|
||||
grep)
|
||||
for d in $repos; do
|
||||
if verbose cd "$d0/$d"; then
|
||||
git grep -I "$@" || true
|
||||
git grep -I "$@" || true
|
||||
cd "$d0"
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user