Greg Wooledge (12024-10-16):
> I still think that *conditionally* exporting MORE=-e (after performing
> whatever version-number-checking backflips are needed)

Do not check the version number, check if the option is supported:

if more -e /dev/null; then
  MORE=-e
  export MORE
fi

Regards,

-- 
  Nicolas George

Reply via email to