On 12 September 2014 18:49, Tina Harriott <[email protected]> wrote: > We've hit a roadblock in application deployment because the ksh in > RHEL 7 does not support typeset -c: > ksh -c 'float y=5 ; typeset -c x=y ; print $x' > ksh[1]: typeset: -c: unknown option > Usage: typeset [-bflmnprstuxACHS] [-a[type]] [-i[base]] [-E[n]] > [-F[n]] [-L[n]] [-R[n]] [-X[n]] [-h string] [-T tname] [-Z[n]] > [name[=value]...] > Or: typeset [ options ] -f [name...] > > When was typeset -c introduced? Does anyone know how to get ksh in > RHEL updated or typeset -c backported?
Getting ksh in Fedora/RHEL updated is impossible. What Fedora/RHEL ships is usually an ancient&bug infested ksh which is kept around for compatibility to satisfy legacy applications but RH does not really thinks about getting an update train established like for perl&python. Just rm -rf /bin/ksh and install your own version from ksh Wendy _______________________________________________ ast-users mailing list [email protected] http://lists.research.att.com/mailman/listinfo/ast-users
