OK, customer is upgrading TS from 6.7.2 to 7.3.1, of course they were in /opt/iw-home and now will be /opt/interwoven/TeamSite.
We are creating a symlink from old to new, so I do not need to make this work, however I was trying to see if I could make it generic
I use this as my shebang line in perl:
#!/bin/sh
eval 'exec `/usr/bin/iwgethome`/iw-perl/bin/iwperl -x -S $0 ${1+"$
@}';
#!iwperl -w
but cannot figure a way to make an inline use the iwgethome
I have tried variations of this:
[php]
[/php]
Any suggestions ?