post-prepare.sh: also comment out SUPPORT in motorOms's RELEASE file.

This commit is contained in:
Kevin Peterson
2020-03-20 09:38:48 -05:00
parent c5ca938b30
commit af59280dc7
+7 -1
View File
@@ -22,6 +22,12 @@ pwd
# Comment out SUPPORT from motor's RELEASE file
sed -i -e "s|^\(SUPPORT=.*\)$|#\1|g" ./configure/RELEASE
#
echo -e "${ANSI_BLUE}Updated motor/configure/RELEASE${ANSI_RESET}"
grep SUPPORT ./configure/RELEASE
# Comment out SUPPORT from motorOms's RELEASE file
sed -i -e "s|^\(SUPPORT=.*\)$|#\1|g" ./modules/motorOms/configure/RELEASE
#
echo -e "${ANSI_BLUE}Updated motor/modules/motorOms/configure/RELEASE${ANSI_RESET}"
grep SUPPORT ./modules/motorOms/configure/RELEASE