Re: [cdesktopenv-devel] [PATCH] Use KORNSHELL variable instead of /bin/ksh

2012-08-23 Thread Jon Trulson
On Thu, 23 Aug 2012, Marcin Cieslak wrote: > This patch removes instances of hardcoded > invocation of /bin/ksh and allows to > replace it with, for, example, > /usr/local/bin/ksh93 > > Also "ksh93" is accepted whenever "ksh" is. > > Tested using the following /bin/ksh: > Applied. -- Jon Trulso

Re: [cdesktopenv-devel] [PATCH] Use KORNSHELL variable instead of /bin/ksh

2012-08-23 Thread Marcin Cieslak
On Thu, 23 Aug 2012, Pascal Stumpf wrote: > On Thu, 23 Aug 2012 17:49:26 +0200, Marcin Cieslak wrote: > > This patch removes instances of hardcoded > > invocation of /bin/ksh and allows to > > replace it with, for, example, > > /usr/local/bin/ksh93 > > > > Also "ksh93" is accepted whenever "ksh"

Re: [cdesktopenv-devel] [PATCH] Use KORNSHELL variable instead of /bin/ksh

2012-08-23 Thread Pascal Stumpf
On Thu, 23 Aug 2012 17:49:26 +0200, Marcin Cieslak wrote: > This patch removes instances of hardcoded > invocation of /bin/ksh and allows to > replace it with, for, example, > /usr/local/bin/ksh93 > > Also "ksh93" is accepted whenever "ksh" is. Have you looked at whether ksh is actually required

[cdesktopenv-devel] [PATCH] Use KORNSHELL variable instead of /bin/ksh

2012-08-23 Thread Marcin Cieslak
This patch removes instances of hardcoded invocation of /bin/ksh and allows to replace it with, for, example, /usr/local/bin/ksh93 Also "ksh93" is accepted whenever "ksh" is. Tested using the following /bin/ksh: 8< WHAT=`ps -o command= -p $PPID` msg="Something tried to call /bin/ksh: $PP