emersion / mrsh

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

Job status notification printed for foreground jobs #128

Closed emersion closed 4 years ago

emersion commented 4 years ago

We shouldn't print it.

> build/mrsh -b
$ ls
LICENSE    ast.c    configure   hashtable.c     meson.build    test
Makefile   ast_print.c  example     include     meson_options.txt
README.md  buffer.c example.sh  libmrsh.darwin.sym  mkpc
arithm.c   build    frontend    libmrsh.gnu.sym parser
array.c    builtin  getopt.c    main.c      shell
[1]   Done ls 
$