source: patches/ncurses-5.5-bash32_update-1.patch @ be500de

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since be500de was be500de, checked in by Jim Gifford <clfs@…>, 18 years ago

Updated patches for ncurses and udev

  • Property mode set to 100644
File size: 728 bytes
  • include/MKhashsize.sh

    Submitted by: Jim Gifford (patches at jg555 dot com)
    Date: 2006-10-12
    Initial Package Version: 5.5
    Upstream Status: Sent
    Origin: Jim Gifford
    Description: Fixes Ncurses to work with Bash 3.2
    
    diff -Naur ncurses-5.5.orig/include/MKhashsize.sh ncurses-5.5/include/MKhashsize.sh
    old new  
    77echo " */"
    88
    99CAPS="${1-Caps}"
    10 TABSIZE=`grep -v '^[ #]' $CAPS | grep -v "^$" | grep -v "^capalias"| grep -v "^infoalias" | wc -l`
     10TABSIZE="`grep -v '^[ #]' $CAPS | grep -v '^$' | grep -v '^capalias' | grep -v '^infoalias' | wc -l`"
    1111
    1212echo ""
    1313echo "#define CAPTABSIZE        ${TABSIZE}"
Note: See TracBrowser for help on using the repository browser.