mirror of
https://git.minetest.land/dn42/registry
synced 2025-10-09 08:53:40 +02:00
Fix fmt-my-stuff to work with paths that contain spaces.
This commit is contained in:
parent
220e427543
commit
4fcd80177e
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ fi
|
|||
BASE="$(readlink -f "$0" 2>/dev/null || python -c 'import os,sys;print(os.path.realpath(sys.argv[1]))' "$0")"
|
||||
BASE="$(dirname "$BASE")"
|
||||
|
||||
grep -lr $1 $BASE/data/ | while read line; do utils/schema-check/dn42-schema.py fmt -i $line; done
|
||||
grep -lr $1 "$BASE/data/" | while read line; do utils/schema-check/dn42-schema.py fmt -i "$line"; done
|
||||
|
|
Loading…
Add table
Reference in a new issue