[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: OSF sia stuff in 0.4b



Mark Davies <mark@MCS.VUW.AC.NZ> writes:
> With the following slight patch to make-rpath it works:

Thanks.  I do hate different echo's.  I re-wrote like this instead to
avoid having to be dependent on echo semantics:

/assar

rpath=
if test "$rlist"; then
  rpath="-rpath $rlist "
fi
echo "${rpath}${rest}"