We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 886cc28 + 423208f commit ce6dd24Copy full SHA for ce6dd24
make-file-list.sh
@@ -29,7 +29,8 @@ pacman_list () {
29
pacman_list mingw-w64-$ARCH-git mingw-w64-$ARCH-git-doc-html \
30
git-extra ncurses mintty vim openssh winpty \
31
sed awk less grep gnupg tar findutils coreutils diffutils \
32
- dos2unix which subversion mingw-w64-$ARCH-tk "$@" |
+ dos2unix which subversion mingw-w64-$ARCH-tk \
33
+ mingw-w64-$ARCH-connect "$@" |
34
grep -v -e '\.[acho]$' -e '\.l[ao]$' -e '/aclocal/' \
35
-e '/man/' -e '/pkgconfig/' -e '/emacs/' \
36
-e '^/usr/lib/python' -e '^/usr/lib/ruby' \
0 commit comments