fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user