mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
enable greps properly (#10454)
This commit is contained in:
@@ -21,7 +21,7 @@ if command -v rg >/dev/null 2>&1; then
|
||||
if [ ! rg -P '' >/dev/null 2>&1 ] ; then
|
||||
pcre2_support=0
|
||||
fi
|
||||
code_files="code/**/**.dm"
|
||||
code_files="code/**/**.dm modular_chomp/code/**/**.dm" # CHOMPEdit - Modular code
|
||||
map_files="maps/**/**.dmm"
|
||||
modular_map_files="modular_chomp/maps/**/**.dmm" # CHOMPEdit - Modular maps
|
||||
# shuttle_map_files="_maps/shuttles/**.dmm"
|
||||
@@ -29,7 +29,7 @@ if command -v rg >/dev/null 2>&1; then
|
||||
else
|
||||
pcre2_support=0
|
||||
grep=grep
|
||||
code_files="-r --include=code/**/**.dm"
|
||||
code_files="-r --include=code/**/**.dm --include=modular_chomp/code/**/**.dm" # CHOMPEdit - Modular code
|
||||
map_files="-r --include=maps/**/**.dmm"
|
||||
modular_map_files="-r --include=modular_chomp/maps/**/**.dmm" # CHOMPEdit - Modular maps
|
||||
# shuttle_map_files="-r --include=_maps/shuttles/**.dmm"
|
||||
|
||||
Reference in New Issue
Block a user