Skip to content

Commit

Permalink
. e Testing Mac more
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBob committed Jan 23, 2025
1 parent 6c95950 commit f435eec
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions set_formatting_off.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/usr/bin/env bash

sed -i 's/<!-- formatter_plugin_begin -->/<!-- formatter_plugin_begin/g' pom.xml
sed -i 's/<!-- formatter_plugin_end -->/ formatter_plugin_end -->/g' pom.xml
if [[ "$OSTYPE" == "darwin"* ]]; then
backup = '.back'
fi

sed -i $backup 's/<!-- formatter_plugin_begin -->/<!-- formatter_plugin_begin/g' pom.xml
sed -i $backup 's/<!-- formatter_plugin_end -->/ formatter_plugin_end -->/g' pom.xml

0 comments on commit f435eec

Please sign in to comment.