Skip to content

remove .exe from exestrip#28

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

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

Conversation

@ry99
Copy link

@ry99 ry99 commented Apr 24, 2023

(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
Copy link

mir-math commented Sep 5, 2025

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