Skip to content

Commit

Permalink
\Taitava#440: removed 'sh' entry in Shell_Bash since it's now covered…
Browse files Browse the repository at this point in the history
… by Shell_Sh
  • Loading branch information
husjon committed Dec 7, 2024
1 parent 0c51571 commit b3899f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shells/Shell_Bash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import {BuiltinShell} from "./BuiltinShell";
export class Shell_Bash extends BuiltinShell {
protected ownedShellBinaries = [
"bash",
"sh", // Sh might be something else than Bash, too, but make at least some Shell_* class recognise it. // TODO: Need to test that this works.
];

protected getEscaper(rawValue: string): ShEscaper {
Expand Down

0 comments on commit b3899f8

Please sign in to comment.