Skip to content

Commit e863dd0

Browse files
committed
Support git svn in the portable application
It was already bundled, but needs Perl SVN bindings to work. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent fa8966f commit e863dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portable/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pacman_list () {
5858

5959
LIST="$(pacman_list mingw-w64-$ARCH-git git-extra ncurses mintty vim \
6060
sed awk less grep gnupg findutils coreutils \
61-
dos2unix which $@|
61+
dos2unix which subversion "$@" |
6262
grep -v -e '\.[acho]$' -e '/aclocal/' \
6363
-e '/man/' \
6464
-e '^/usr/include/' -e '^/mingw32/include/' \

0 commit comments

Comments
 (0)