mvdan / sh

A shell parser, formatter, and interpreter with bash support; includes shfmt
https://pkg.go.dev/mvdan.cc/sh/v3
BSD 3-Clause "New" or "Revised" License
6.97k stars 332 forks source link

interp: umask/fg/bg shouldn't panic #999

Closed diamondburned closed 1 year ago

diamondburned commented 1 year ago

This fixes an issue where running umask, fg or bg causes a panic.

Related issue: https://github.com/diamondburned/libdb.so/issues/3