Archaic wrote:
On Mon, Mar 07, 2005 at 07:05:50PM -0700, [EMAIL PROTECTED] wrote:

------- Additional Comments From [EMAIL PROTECTED]  2005-03-07 19:05 -------
This is really two bugs.  The backslash was fixed in R3471 and the script now
demands an absolute path.


What would have changed to cause this script to need an absolute path?

I don't khow what changed when. When I reviewed (and tested) the bug I saw in the help:


  dirs          A list of space-separated _absolute_ pathnames to the
                man directories.


later on in the option processing is:

 *)
      echo "\"$1\" is not an absolute path name"
      exit 1
      ;;

  -- Bruce

--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to