Skip to content

Commit

Permalink
Fix portability issue with some shells (#3970)
Browse files Browse the repository at this point in the history
  • Loading branch information
triaxx authored Jan 9, 2023
1 parent 0b1800f commit d26a9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/erlang-extra.m4
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ EOF
if test "x`cat conftest.out`" != "xok"; then
AC_MSG_RESULT([failed])
X="`cat conftest.out`"
if test "[$3]" == "warn"; then
if test "[$3]" = "warn"; then
AC_MSG_WARN([$X])
else
AC_MSG_FAILURE([$X])
Expand Down

0 comments on commit d26a9d5

Please sign in to comment.