Skip to content

Commit

Permalink
[solaris] [pre-release] Syntax fix??
Browse files Browse the repository at this point in the history
  • Loading branch information
ileanadumitrescu95 committed Aug 19, 2024
1 parent b18dee2 commit 48559aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build-dev-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 48559aa

Please sign in to comment.