Alessandro DE LAURENZIS <just22.adl <at> gmail.com> writes:
(line-wrapped because of GMane)
> #define SUDOCMD "-fn 7x14 -geometry 60x4 -e sudo su -c 'nohup \
> xfe >& /dev/null & sleep 1'"
^^
Note that this will not work on OpenBSD anyway; even mksh, which
does implement this bashism, will not parse this as expected in
POSIX mode.
So, besides the changes the others already pointed out:
#define SUDOCMD "-fn 7x14 -geometry 60x4 -e sudo su root -c 'nohup \
xfe >/dev/null 2>&1 & sleep 1'"
bye,
//mirabilos