Skip to content

Commit e85b380

Browse files
Support bsd-csh identifier for csh
1 parent 02494af commit e85b380

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/internal/unix.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ export function getShellHelpers(shellName) {
8686
case binBusyBox: {
8787
return busybox;
8888
}
89+
case "bsd-csh":
8990
case binCsh: {
9091
return csh;
9192
}

0 commit comments

Comments
 (0)