Skip to content

remove .exe from exestrip#28

Open
ry99 wants to merge 1 commit into
bemoody:masterfrom
Ostrich-Emulators:master
Open

remove .exe from exestrip#28
ry99 wants to merge 1 commit into
bemoody:masterfrom
Ostrich-Emulators:master

Conversation

@ry99

@ry99 ry99 commented Apr 24, 2023

Copy link
Copy Markdown

(cygwin) exestrip is called with a list of executables, but then adds .exe to the filenames. The result is XXX.exe.exe, which is never found.

(cygwin) exestrip is called with a list of executables, but then adds .exe to the filenames. The result is XXX.exe.exe, which is never found.
@mir-math

mir-math commented Sep 5, 2025

Copy link
Copy Markdown

Instead of "for FILE in $*" you should better use "for FILE in *.exe".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants