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

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 7707cfa 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
RevLine 
[be500de]1Submitted by: Jim Gifford (patches at jg555 dot com)
2Date: 2006-10-12
3Initial Package Version: 5.5
4Upstream Status: Sent
5Origin: Jim Gifford
6Description: Fixes Ncurses to work with Bash 3.2
7
8diff -Naur ncurses-5.5.orig/include/MKhashsize.sh ncurses-5.5/include/MKhashsize.sh
9--- ncurses-5.5.orig/include/MKhashsize.sh 1996-05-11 06:17:23.000000000 -0700
10+++ ncurses-5.5/include/MKhashsize.sh 2006-10-12 07:20:38.389473829 -0700
11@@ -7,7 +7,7 @@
12 echo " */"
13
14 CAPS="${1-Caps}"
15-TABSIZE=`grep -v '^[ #]' $CAPS | grep -v "^$" | grep -v "^capalias"| grep -v "^infoalias" | wc -l`
16+TABSIZE="`grep -v '^[ #]' $CAPS | grep -v '^$' | grep -v '^capalias' | grep -v '^infoalias' | wc -l`"
17
18 echo ""
19 echo "#define CAPTABSIZE ${TABSIZE}"
Note: See TracBrowser for help on using the repository browser.