File tree 1 file changed +2
-2
lines changed
src/detection/terminalshell
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -361,13 +361,13 @@ const FFTerminalShellResult* ffDetectTerminalShell()
361
361
ffStrbufInitS (& result .shellPrettyName , result .shellExeName );
362
362
}
363
363
364
- if (result .terminalExeName [0 ] == '.' && ffStrEndsWith (result .terminalExeName , "-wrapper " ))
364
+ if (result .terminalExeName [0 ] == '.' && ffStrEndsWith (result .terminalExeName , "-wrapped " ))
365
365
{
366
366
// For NixOS. Ref: #510 and https://github.com/NixOS/nixpkgs/pull/249428
367
367
// We use terminalProcessName when detecting version and font, overriding it for simplication
368
368
ffStrbufSetNS (
369
369
& result .terminalProcessName ,
370
- (uint32_t ) (strlen (result .terminalExeName ) - strlen (".-wrapper " )),
370
+ (uint32_t ) (strlen (result .terminalExeName ) - strlen (".-wrapped " )),
371
371
result .terminalExeName + 1 );
372
372
}
373
373
You can’t perform that action at this time.
0 commit comments