diff options
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 | 96e9790a8756ab2d5eb1e331bf288a9b37384917 (patch) | |
tree | 49ce31b087267946ac5385de56f1672c3b5729e3 | |
parent | 2f2cf51c25f37bb66591aaa5f110d1deb9287027 (diff) | |
download | upstream-96e9790a8756ab2d5eb1e331bf288a9b37384917.tar.gz upstream-96e9790a8756ab2d5eb1e331bf288a9b37384917.tar.bz2 upstream-96e9790a8756ab2d5eb1e331bf288a9b37384917.zip |
Revert r22094 and r22095
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22096 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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' => { |