Skip to content

Commit d5e273a

Browse files
David Rigglemanirbull
David Riggleman
authored andcommitted
Update mac build script to clean up pom_template file at the end
1 parent b9c59bd commit d5e273a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_mac.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ sed s/\$\{arch\}/x86_64/g < pom1.xml > pom.xml
77
mvn -Dos=macosx -Darch=x86_64 clean install
88
cp pom_template.xml pom.xml
99
rm pom1.xml
10+
rm pom_template.xml
1011
STATUS=$?
1112
if [ $STATUS -eq 0 ]; then
1213
echo "MacOS Build Successful"

0 commit comments

Comments
 (0)