William Pursell wrote:
> On 9/21/07, Alan Coopersmith <alan.coopersmith at sun.com> wrote:
>> 6600549 Xsession should be ksh93 aware.
> 
> Could you post the new Xsession script, please?

Unfortunately, it has third party copyrights, so I don't think I can,
but the changes were simply inserting ksh93 & appropriate variants in
the places shells were listed.

They used Roland's suggested fixes of:

> Ok.. "ksh93"&co. needs to be added to two places:
> -- snip --
>   case ${SHELL##*/} in
>        sh | bash | ksh | dtksh | jsh | csh | tcsh | zsh | pfsh | pfksh |
> pfcsh) ;;
> -- snip --
> ...should be...
> -- snip --
>   case ${SHELL##*/} in
>        sh | bash | ksh | ksh93 | dtksh | tksh | jsh | csh | tcsh | zsh |
> pfsh | pfksh | pfksh93 | pfcsh) ;;
> -- snip --
> , e.g. "ksh93", "tksh" and "pfksh93" are added there...
> 
> ... below that point this line...
> -- snip --
> sh | jsh | ksh | dtksh) shellprofile="$HOME/.profile";;
> -- snip --
> ... needs to be rewritten into...
> -- snip --
> sh | jsh | ksh | ksh93 | dtksh | tksh) shellprofile="$HOME/.profile";;
> -- snip --


-- 
        -Alan Coopersmith-           alan.coopersmith at sun.com
         Sun Microsystems, Inc. - X Window System Engineering

Reply via email to