Hi,
does anyone know, what exactly should
set -m
do? (man page did not help)


------- test.sh ------------
#!/bin/ksh
xterm &
read x
echo end
----------------------------

When I run ./test.sh and press ctrl-c, script ends, but xterm is still running.
Other shells (tested with bash, dash, mksh, zsh) terminate xterm.
When I add "set -m", ksh and other shells behave the same - xterm is left running.

Is this expected behaviour?

Michal
_______________________________________________
ast-users mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-users

Reply via email to