From 20dff846a02194b4b1a0870aa1d0e9ada2397b00 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Thu, 25 Aug 2011 13:14:03 +0000
Subject: [PATCH] LMS-2471 also update *.txt files

SVN: 22641
---
 openbis_all/source/bash/svn-update.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis_all/source/bash/svn-update.sh b/openbis_all/source/bash/svn-update.sh
index 2874cd8cae5..5bcda6b9e22 100755
--- a/openbis_all/source/bash/svn-update.sh
+++ b/openbis_all/source/bash/svn-update.sh
@@ -4,7 +4,7 @@
 
 SVN=svncisd.ethz.ch/repos/cisd/openbis_all/trunk/source/bash
 cd ~openbis/bin
-wget -nv -r -l1 -A.sh http://$SVN/
+wget -nv -r -l1 -A.{sh,txt} http://$SVN/
 mv $SVN/* .
 chmod 700 *.sh
 RM=`echo $SVN | cut -d / -f1`
-- 
GitLab