source:
patches/ncurses-5.5-bash32_update-1.patch@
44767e0
Last change on this file since 44767e0 was be500de, checked in by , 18 years ago | |
---|---|
|
|
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 7 7 echo " */" 8 8 9 9 CAPS="${1-Caps}" 10 TABSIZE= `grep -v '^[ #]' $CAPS | grep -v "^$" | grep -v "^capalias"| grep -v "^infoalias" | wc -l`10 TABSIZE="`grep -v '^[ #]' $CAPS | grep -v '^$' | grep -v '^capalias' | grep -v '^infoalias' | wc -l`" 11 11 12 12 echo "" 13 13 echo "#define CAPTABSIZE ${TABSIZE}"
Note:
See TracBrowser
for help on using the repository browser.