emersion / mrsh

A minimal POSIX shell
MIT License
489 stars 35 forks source link

trap: failed to parse condition #163

Open ko1nksm opened 4 years ago

ko1nksm commented 4 years ago
$ mrsh
$ trap '' INT
trap: failed to parse condition:
Earnestly commented 3 years ago

This construction should also set the signal disposition to SIG_IGN.