RFC: Explicitly use /bin/dash (Debian's default shell)
Outside Debian, the fork-bomb
test may fail if /bin/sh
≠ /bin/dash
, because sensible-editor
will run under another shell. On Arch, that shell is /bin/bash
.
This makes /bin/dash
explicit.
Edited by Fredrick Brennan