index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
summary
refs
log
tree
commit
diff
path:
root
/
scripts
/
feeds
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Hamish Guthrie <hcg@openwrt.org>
2010-07-08 16:15:57 +0000
committer
Hamish Guthrie <hcg@openwrt.org>
2010-07-08 16:15:57 +0000
commit
1d2f1579289116dba72e494273fbedcb09ba55af
(
patch
)
tree
48eed21577037a2e840989647021db763cb691b4
/
scripts/feeds
parent
6a7c2c244f6ba67f97305a249f621f6d193c47ee
(
diff
)
Revert r22094 and r22095
SVN-Revision: 22096
Diffstat
(limited to 'scripts/feeds')
-rwxr-xr-x
scripts/feeds
2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/feeds b/scripts/feeds
index 133f853c42..3932a2d6d9 100755
--- a/
scripts/feeds
+++ b/
scripts/feeds
@@ -99,7 +99,7 @@ sub update_index($)
my %update_method = (
'src-svn' => {
- 'init' => "svn checkout --non-interactive --trust-server-cert '%s' '%s'",
+ 'init' => "svn checkout '%s' '%s'",
'update' => "svn update",
'controldir' => ".svn"},
'src-cpy' => {