I am trying to run a shell script. Inside the script, I need to set the view:
ct setview viewname
then run some commands. What happens is that after the view is set, the script exits. I also tried the following as suggested in other posts:
cleartool setview -exec script viewname
cleartool: Error: View tag not found: ", -exec, "
I also tried the full path for cleartool
. Didn't work!
Can anyone help, please?