			     BASH PATCH REPORT
			     =================

Bash-Release: 2.05
Patch-ID: bash205-006

Bug-Reported-by: Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>
Bug-Reference-ID: <200105031525.f43FPLH279278@dogbert.cc.ndsu.NoDak.edu>

Bug-Description:

A typo (missing end comment) caused the `-o filenames' option to `complete'
to be effectively ignored.

Patch:
*** ../bash-2.05/bashline.c	Tue Mar  6 13:36:07 2001
--- bashline.c	Thu May  3 12:57:22 2001
***************
*** 896,900 ****
  	{
  	  /* If the user specified that the compspec returns filenames, make
! 	     sure that readline knows it.
  	  if (foundcs & COPT_FILENAMES)
  	    rl_filename_completion_desired = 1;
--- 896,900 ----
  	{
  	  /* If the user specified that the compspec returns filenames, make
! 	     sure that readline knows it. */
  	  if (foundcs & COPT_FILENAMES)
  	    rl_filename_completion_desired = 1;
