Skip to content

Commit

Permalink
Merge pull request #2538 from wkliao/fix_text
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
WardF authored Oct 27, 2022
2 parents 0237d47 + a7a2608 commit 4a0725a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ ISMSYS=yes
fi

# Get windows version info
if text "x$ISMSVC" = xyes ; then
if test "x$ISMSVC" = xyes ; then
WINVER=`systeminfo | sed -e '/^OS Version:/p' -ed | sed -e 's|[^0-9]*\([0-9.]*\).*|\1|'`
else
WINVER="0.0.0"
Expand Down

0 comments on commit 4a0725a

Please sign in to comment.