Hello folks,
I am running in a situation which I haven't seen before.
Main script calls function which executes another script.
No matter which statement is the last in called script, it hangs on the last
line and does not return control to main script.
I tried to call another script not within the function - it is the same result.
Can you help please.
Below example of code:
--- Main script:
function checksum
{
set -x
/sybdump/ukgoald/scripts/egrep_expr1
}
##MAIN
checksum
---- trace execution of called script:
+ read A B RF_FULL_NAME
+ print
+ /usr/bin/mailx -s Checksum Report [email protected]
+ 0< /sybdump/ukgoald/dump1/egrep_expr1.log3
+ print
+ return 0
Thank you,
Gene
_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users