From af59280dc797901fd7f2a733eda77d4f1c82e7b2 Mon Sep 17 00:00:00 2001 From: Kevin Peterson Date: Fri, 20 Mar 2020 09:38:48 -0500 Subject: [PATCH] post-prepare.sh: also comment out SUPPORT in motorOms's RELEASE file. --- .ci-local/travis/post-prepare.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.ci-local/travis/post-prepare.sh b/.ci-local/travis/post-prepare.sh index 7f37a4cf..c6508839 100755 --- a/.ci-local/travis/post-prepare.sh +++ b/.ci-local/travis/post-prepare.sh @@ -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