source: patches/bash-3.2-fixes-1.patch@ e9e9743

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since e9e9743 was 663b0fd, checked in by Jim Gifford <clfs@…>, 18 years ago

Added: bash-3.2-fixes-1.patch - Removed: ncurses-5.5-bash32_update-1.patch

  • Property mode set to 100644
File size: 1.4 KB
  • parse.y

    Submitted By: Jim Gifford (jim at linuxfromscratch dot org)
    Date: 2006-10-15
    Initial Package Version: 3.2
    Origin: Upstream
    Upstream Status: From Upstream
    Description: Contains patches from Unofficial Patches from Upstream
    
    diff -Naur bash-3.2.orig/parse.y bash-3.2/parse.y
    old new  
    27352735/* itrace("parse_matched_pair: open = %c close = %c", open, close); */
    27362736  count = 1;
    27372737  pass_next_character = backq_backslash = was_dollar = in_comment = 0;
    2738   check_comment = (flags & P_COMMAND) && qc != '\'' && qc != '"' && (flags & P_DQUOTE) == 0;
     2738  check_comment = (flags & P_COMMAND) && qc != '`' && qc != '\'' && qc != '"' && (flags & P_DQUOTE) == 0;
    27392739
    27402740  /* RFLAGS is the set of flags we want to pass to recursive calls. */
    27412741  rflags = (qc == '"') ? P_DQUOTE : (flags & P_DQUOTE);
  • po/ru.po

    diff -Naur bash-3.2.orig/po/ru.po bash-3.2/po/ru.po
    old new  
    1212"Last-Translator: Evgeniy Dushistov <dushistov@mail.ru>\n"
    1313"Language-Team: Russian <ru@li.org>\n"
    1414"MIME-Version: 1.0\n"
    15 "Content-Type: text/plain; charset=UTF-8\n"
     15"Content-Type: text/plain; charset=KOI8-R\n"
    1616"Content-Transfer-Encoding: 8bit\n"
    1717"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
    1818
Note: See TracBrowser for help on using the repository browser.