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}"