Skip to content

Commit fa2d041

Browse files
committed
mega-melt: make vim % matching happy
1 parent 02f7714 commit fa2d041

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ rm "$buildScriptTemp" ||
146146
die 'Error adjusting melting pot build script!'
147147

148148
# HACK: Adjust component POMs to satisfy Maven HTTPS strictness.
149-
find "$meltingPotDir" -name pom.xml | while read pom
149+
find "$meltingPotDir" -name pom.xml |
150+
while read pom
150151
do
151152
mv "$pom" "$pom.original" &&
152153
sed -E -e 's_(https?://maven.imagej.net|http://maven.scijava.org)_https://maven.scijava.org_g' \

0 commit comments

Comments
 (0)