mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-11-27 15:01:22 +08:00
website/get/default-shell.md: Fix gdb workaround example.
This commit is contained in:
parent
0b6cae04c5
commit
6ee80589be
|
@ -157,6 +157,6 @@ login shell, so you can override it to a POSIX shell, like the following:
|
|||
|
||||
```elvish
|
||||
fn gdb {|@a|
|
||||
env SHELL=/bin/sh gdb $@
|
||||
env SHELL=/bin/sh gdb $@a
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user