Skip to content

Commit

Permalink
fixup! Avoid sharing cygheaps across Cygwin versions
Browse files Browse the repository at this point in the history
There was a spurious double-quote in the error message that is shown
when the commit could not be determined.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Dec 26, 2024
1 parent c3f1764 commit 0202cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winsup/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ yes|auto)
MSYS2_RUNTIME_COMMIT_SHORT="$(expr "$MSYS2_RUNTIME_COMMIT" : '\(.\{,8\}\)')"
MSYS2_RUNTIME_COMMIT_HEX="0x${MSYS2_RUNTIME_COMMIT_SHORT}ul"
else
AC_MSG_WARN([Could not determine msys2-runtime commit"])
AC_MSG_WARN([Could not determine msys2-runtime commit])
MSYS2_RUNTIME_COMMIT=
MSYS2_RUNTIME_COMMIT_SHORT=
MSYS2_RUNTIME_COMMIT_HEX=0
Expand Down

0 comments on commit 0202cf9

Please sign in to comment.