From 48559aaf3d7abc804c48b8c2702bed62ad7a7c5b Mon Sep 17 00:00:00 2001 From: Ileana Dumitrescu Date: Mon, 19 Aug 2024 22:32:27 +0300 Subject: [PATCH] [solaris] [pre-release] Syntax fix?? --- build-dev-tarball.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-dev-tarball.sh b/build-dev-tarball.sh index 6bca357..9d0b16e 100755 --- a/build-dev-tarball.sh +++ b/build-dev-tarball.sh @@ -58,6 +58,8 @@ make > log2 2>&1; rc=$?; cat log2; test $rc = 0 || exit 1 # Check that tarballs are correct. make distcheck TESTSUITEFLAGS="-d 1" > log4 2>&1; rc=$?; cat log4; test $rc = 0 || exit 1 -if [[ "$commit_message" == *"[pre-release]"* ]]; then +if [[ "$commit_message" == *"\"[pre-release]\""* ]]; then echo "SUCCESS" +else + echo "FAIL" fi \ No newline at end of file