]> git.99rst.org Git - git.git/commit
cmake(install): fix double .exe suffixes
authorDennis Ameling <redacted>
Sat, 27 Mar 2021 23:06:23 +0000 (23:06 +0000)
committerJunio C Hamano <redacted>
Sun, 28 Mar 2021 01:02:23 +0000 (18:02 -0700)
commit569f8d188f3d0e2234ad5e1206a2fdd93f9316b6
treeb27b7f9bf038b3d7136ca681e76e2538baff350c
parent7bb544a4d13810c10d2c0fa1bfed336c7a31a4bc
cmake(install): fix double .exe suffixes

By mistake, the `.exe` extension is appended _twice_ when installing the
dashed executables into `libexec/git-core/` on Windows (the extension is
already appended when adding items to the `git_links` list in the
`#Creating hardlinks` section).

Signed-off-by: Dennis Ameling <redacted>
Signed-off-by: Johannes Schindelin <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/buildsystems/CMakeLists.txt
git clone https://git.99rst.org/PROJECT