Skip to content

Commit 0202cf9

Browse files
committed
fixup! Avoid sharing cygheaps across Cygwin versions
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]>
1 parent c3f1764 commit 0202cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

winsup/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ yes|auto)
7474
MSYS2_RUNTIME_COMMIT_SHORT="$(expr "$MSYS2_RUNTIME_COMMIT" : '\(.\{,8\}\)')"
7575
MSYS2_RUNTIME_COMMIT_HEX="0x${MSYS2_RUNTIME_COMMIT_SHORT}ul"
7676
else
77-
AC_MSG_WARN([Could not determine msys2-runtime commit"])
77+
AC_MSG_WARN([Could not determine msys2-runtime commit])
7878
MSYS2_RUNTIME_COMMIT=
7979
MSYS2_RUNTIME_COMMIT_SHORT=
8080
MSYS2_RUNTIME_COMMIT_HEX=0

0 commit comments

Comments
 (0)