Searched refs:perl_command (Results 1 – 3 of 3) sorted by relevance
10 perl_command=$119 …if grep -q "${search}" "$pomFile" && [[ $(wc -c < "$pomFile") != $(perl -0pe "$perl_command" "$po…21 echo "Applying $perl_command for $pomFile"22 perl -i -0pe "$perl_command" "$pomFile"32 …perl_command="s/(<${parent}>.*?)\s*<${type}>\s*?<groupId>[a-z\-\.]*<\/groupId>\s*?<artifactId>${na…33 runRegexOnPoms "$perl_command" "$name"39 …perl_command="s/(\s*<${type}>\s*?<groupId>[a-z\-\.]*<\/groupId>\s*?<artifactId>${name//-/\-}<\/art…40 runRegexOnPoms "$perl_command" "$name"46 …perl_command="s/(\s*<${type}>\s*?<groupId>[a-z\-\.]*<\/groupId>\s*?<artifactId>${name//-/\-}<\/art…47 runRegexOnPoms "$perl_command" "$name"[all …]
13 perl_command='s/java\.common_templates\(.*\)/java.common_templates(monorepo=True, excludes=['16 perl_command+="${comma}\n $(echo "\"${exclusion}\"" | sed 's/\//\\\//g')"28 perl -i -0pe "$perl_command" 'owlbot.py'
19 …perl_command="s/\s*<parent>.*?<\/parent>/\n\n <parent>\n <groupId>${parent_group_id}<\/groupId…21 perl -i -0pe "$perl_command" pom.xml