mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
changed "find" command to "findstr" in windows launcher
This commit is contained in:
parent
ddc63770b9
commit
b4d3f7a89f
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ if "%BACKGROUND%"=="y" (
|
|||
REM without the PID of the thing we launched, it's the best we can do (maybe use WMI?).
|
||||
REM Worst case, they just won't see the error message.
|
||||
timeout /NOBREAK 1 > NUL
|
||||
tasklist | find "javaw" > NUL
|
||||
tasklist | findstr "javaw" > NUL
|
||||
if not "!ERRORLEVEL!"=="0" (
|
||||
echo Exited with error. Run in foreground ^(fg^) mode for more details.
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue