website/get/default-shell.md: Fix gdb workaround example.

This commit is contained in:
Qi Xiao 2024-04-30 15:53:41 +01:00
parent 0b6cae04c5
commit 6ee80589be

View File

@ -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
}
```