cc: [email protected] Subject: Re: [ast-users] shcomp issue -------- > 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 > tex > t > > workenv.ksh is sourced in by other scripts as "dot workenv.ksh". It is > essential > ly one case statement which sets up different runtime environment parameters > dep > ending on its specified argument. If I shcomp workenv.ksh, I get an "Out of > memo > ry" error when I run the app but if I leave it as plain text the app is fine > whi > ch is my current workaround. > > Has anyone come across this problem? >
There was a bug in the processing of compile dot scripts which will be fixed in the next update. David Korn [email protected] _______________________________________________ ast-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
