smacattack
Technical User
Trying to run a script from a 3rd party application.
When execute script from command line works fine, runs in ksh enviroment using typset function.
When running through third party application fails
typset not found & integer: not found.
First line of script is #!/usr/bin/ksh
tried to echo $SHELL in script but nothing appears.
Any other ways of forcing the ksh enviroment.
thanks
When execute script from command line works fine, runs in ksh enviroment using typset function.
When running through third party application fails
typset not found & integer: not found.
First line of script is #!/usr/bin/ksh
tried to echo $SHELL in script but nothing appears.
Any other ways of forcing the ksh enviroment.
thanks