projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a7c2c2
)
Revert r22094 and r22095
author
Hamish Guthrie
<hcg@openwrt.org>
Thu, 8 Jul 2010 16:15:57 +0000
(16:15 +0000)
committer
Hamish Guthrie
<hcg@openwrt.org>
Thu, 8 Jul 2010 16:15:57 +0000
(16:15 +0000)
SVN-Revision: 22096
scripts/feeds
patch
|
blob
|
history
diff --git
a/scripts/feeds
b/scripts/feeds
index 133f853c42eb6f0cec5d3d0e7311bcd835b9d3e8..3932a2d6d94dc10a615b89ad9ded0083e1118c26 100755
(executable)
--- 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' => {