This commit is contained in:
Para Dox
2025-04-15 10:49:51 +07:00
parent 10367e06fb
commit 18c410d6ac
7 changed files with 55 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ for part in "${parts[@]}"; do
if $include; then
#pathlist=$(cat $BASEPATH/$part | grep -oP "(?<=stripprefix\.prefixes).*\"" | cut -d'=' -f2- | sed 's/.$//')
pathlist=$(cat $BASEPATH/$part | grep -oP "stripprefix\.prefixes.*?/\K[^\"]+")
pathlist=$(cat $BASEPATH/$part | grep -oP "stripprefix\.prefixes.*?/\K[^\"]+")
for path in $pathlist; do
path_include=true