Browse Source

Added --non-interactive flag to svn package downloads

SVN-Revision: 22095
Hamish Guthrie 15 years ago
parent
commit
6a7c2c244f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/feeds

+ 1 - 1
scripts/feeds

@@ -99,7 +99,7 @@ sub update_index($)
 
 my %update_method = (
 	'src-svn' => {
-		'init'		=> "svn checkout --trust-server-cert '%s' '%s'",
+		'init'		=> "svn checkout --non-interactive --trust-server-cert '%s' '%s'",
 		'update'	=> "svn update",
 		'controldir'	=> ".svn"},
 	'src-cpy' => {