bug-bash
[Top][All Lists]
Advanced

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

bash-2.05 patch 6


From: Chet Ramey
Subject: bash-2.05 patch 6
Date: Thu, 3 May 2001 17:18:11 -0400

                             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;

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
( ``Discere est Dolere'' -- chet)

Chet Ramey, CWRU    chet@po.CWRU.Edu    http://cnswww.cns.cwru.edu/~chet/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]