David Braun - 2015-06-14

Hi,
I looked at nmonchart22 and the only thing not compatible with Bash are the
"print -n" line. These invoke Ksh's builtin function. Bash's builtin print
function is "echo" which supports the "-n" option to suppress outputting a
newline. Changing the half dozen or so "print -n" lines to "echo -n" works
fine. Doing so also seems to work for ksh on Ubuntu 14.10.