Roland Mainz wrote:
> Mike Gerdts wrote:
> > I've posted an updated webrev at:
> >
> > http://cr.opensolaris.org/~mgerdts/6750659-2008-11-16/
[snip]
> Quick race over
> http://cr.opensolaris.org/~mgerdts/6750659-2008-11-16/usr/src/cmd/dtrace/test/tst/common/usdt/tst.corruptenv.ksh.patch
> (patch code is quoted with "> "):
[snip]> 
> > +     exit 0
> > +fi
> > +
> > +dtrace=$1
> > +startdir=$(pwd)

I missed this issue - AFAIK this should be:
-- snip --
startdir="${PWD}"
-- snip --
... if you want an explicit conversion of physical<--->logical paths
please spell the matching "pwd" option out, e.g. either...
-- snip --
startdir=$(pwd -L)
-- snip --
... or ...
-- snip --
startdir=$(pwd -P)
-- snip --
(note this may require ksh93... I am not sure).

----

Bye,
Roland

-- 
  __ .  . __
 (o.\ \/ /.o) [EMAIL PROTECTED]
  \__\/\/__/  MPEG specialist, C&&JAVA&&Sun&&Unix programmer
  /O /==\ O\  TEL +49 641 3992797
 (;O/ \/ \O;)
_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to