Skip to content

Commit 47ff821

Browse files
committed
installer/portable: fix the ConHost-based terminal
Without the `cygwin` terminfo, e.g. the backspace does not work correctly when running bash directly in a cmd.exe console window. This fixes git-for-windows/git#282. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 70d1862 commit 47ff821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-file-list.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ grep -v -e '\.[acho]$' -e '\.l[ao]$' -e '/aclocal/' \
6161
-e '^/usr/share/perl5/core_perl/Unicode/Collate/Locale/' \
6262
-e '^/usr/share/perl5/core_perl/pods/' \
6363
-e '^/usr/share/vim/vim74/lang/' |
64-
grep --perl-regexp -v -e '^/usr/(lib|share)/terminfo/(?!.*/(dumb|xterm.*)$)' |
64+
grep --perl-regexp -v -e '^/usr/(lib|share)/terminfo/(?!.*/(cygwin|dumb|xterm.*)$)' |
6565
sed 's/^\///'
6666

6767
cat <<EOF

0 commit comments

Comments
 (0)