summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2021-09-10 15:56:17 +0200
committerSebastian Pipping <sebastian@pipping.org>2021-09-10 15:56:36 +0200
commit634cc999e0dd43d5c11a4abe9fb5e42241f30473 (patch)
treebffeb37161c6fa99f269c3e21c5b004f962909a2
parent9f742632bae28dea97d6c4b77038608e932d05eb (diff)
downloadlibexpat-git-634cc999e0dd43d5c11a4abe9fb5e42241f30473.tar.gz
autotools-cmake.yml: Add missing full stop
-rw-r--r--.github/workflows/autotools-cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/autotools-cmake.yml b/.github/workflows/autotools-cmake.yml
index 12d5ad62..306c096b 100644
--- a/.github/workflows/autotools-cmake.yml
+++ b/.github/workflows/autotools-cmake.yml
@@ -120,7 +120,7 @@ jobs:
# There is one known difference between Autotools and CMake for MinGW:
# Autotools: usr/local/bin/libexpat-<major>.dll
# CMake: usr/local/bin/libexpat.dll
- # We patch the Autotools side in line here to get the differ below to empty
+ # We patch the Autotools side in line here to get the differ below to empty.
mv build_autotools/ROOT/usr/local/bin/libexpat{-*,}.dll
( cd build_autotools/ROOT/usr/local/lib*/cmake/expat-*/ \
&& sed 's,libexpat-[0-9]\+\.dll,libexpat.dll,g' expat-noconfig.cmake > expat-noconfig-patched.cmake \