I have an application that is made up of a number of scripts. The app runs fine if a) all the scripts are plain text b) all the scripts bar one (workenv.ksh) are shcomp ie. workenv.ksh is plain text
workenv.ksh is sourced in by other scripts as "dot workenv.ksh". It is essentially one case statement which sets up different runtime environment parameters depending on its specified argument. If I shcomp workenv.ksh, I get an "Out of memory" error when I run the app but if I leave it as plain text the app is fine which is my current workaround. Has anyone come across this problem? _______________________________________________ ast-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
