X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpatches%2Fcommon%2Fncurses-5.9-bash_fix-1.patch;fp=stage0%2Fpatches%2Fcommon%2Fncurses-5.9-bash_fix-1.patch;h=ef3d104cce188b84b2eb0d682bdb0e2b1415f374;hb=f17ab848cb756cad27489bf0c2746e5ead466658;hp=0000000000000000000000000000000000000000;hpb=a1358efe562a4e73ef23f25c606a346f684e1c93;p=hvlinux.git diff --git a/stage0/patches/common/ncurses-5.9-bash_fix-1.patch b/stage0/patches/common/ncurses-5.9-bash_fix-1.patch new file mode 100644 index 0000000..ef3d104 --- /dev/null +++ b/stage0/patches/common/ncurses-5.9-bash_fix-1.patch @@ -0,0 +1,21 @@ +Submitted by: Jim Gifford (patches at jg555 dot com) +Date: 2007-02-15 +Initial Package Version: 5.6 +Upstream Status: Sent +Origin: Jim Gifford +Description: Fixes Ncurses to utilize a buggy version of Bash + +diff -Naur ncurses-5.6.orig/include/MKhashsize.sh ncurses-5.6/include/MKhashsize.sh +--- ncurses-5.6.orig/include/MKhashsize.sh 2006-10-21 17:45:39.000000000 -0700 ++++ ncurses-5.6/include/MKhashsize.sh 2007-02-15 07:16:46.000000000 -0800 +@@ -35,7 +35,7 @@ + echo " */" + + CAPS="${1-Caps}" +-TABSIZE=`grep -v '^[ #]' $CAPS | grep -v "^$" | grep -v "^capalias"| grep -v "^infoalias" | wc -l` ++TABSIZE=$(grep -v '^[ #]' $CAPS | grep -v "^$" | grep -v "^capalias"| grep -v "^infoalias" | wc -l) + + echo "" + echo "#define CAPTABSIZE ${TABSIZE}" + +