aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/feeds
diff options
context:
space:
mode:
authorHamish Guthrie <hcg@openwrt.org>2010-07-08 16:15:57 +0000
committerHamish Guthrie <hcg@openwrt.org>2010-07-08 16:15:57 +0000
commit96e9790a8756ab2d5eb1e331bf288a9b37384917 (patch)
tree49ce31b087267946ac5385de56f1672c3b5729e3 /scripts/feeds
parent2f2cf51c25f37bb66591aaa5f110d1deb9287027 (diff)
downloadmaster-187ad058-96e9790a8756ab2d5eb1e331bf288a9b37384917.tar.gz
master-187ad058-96e9790a8756ab2d5eb1e331bf288a9b37384917.tar.bz2
master-187ad058-96e9790a8756ab2d5eb1e331bf288a9b37384917.zip
Revert r22094 and r22095
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22096 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts/feeds')
-rwxr-xr-xscripts/feeds2
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' => {