X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Finclude-raw-check-poms.sh;h=929e48b332f09885782cff99c49d2c5a456d0e9d;hb=6c213876c090aa0c4da44472b4cb157b00f80152;hp=a8bcbe32d5db813ef3012f957d1d129800f57d81;hpb=c4d6b59be8b3f05e08afb576cf8a55f3c156ec65;p=releng%2Fbuilder.git diff --git a/jjb/include-raw-check-poms.sh b/jjb/include-raw-check-poms.sh index a8bcbe32d..929e48b33 100644 --- a/jjb/include-raw-check-poms.sh +++ b/jjb/include-raw-check-poms.sh @@ -26,7 +26,7 @@ done # Check pom.xml for and FILE=repos.txt -find . -name pom.xml | xargs grep -i '\|' > $FILE +find . -name pom.xml | xargs grep -i '\|' > $FILE [[ $(tr -d "\r\n" < $FILE|wc -c) -eq 0 ]] && rm $FILE if [ -a $FILE ]