mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	bash_completion: fix option completion
Line breaks need to be escaped in the command list.
This commit is contained in:
		
							parent
							
								
									7db6997eea
								
							
						
					
					
						commit
						237973a1d6
					
				
					 1 changed files with 20 additions and 20 deletions
				
			
		| 
						 | 
				
			
			@ -300,26 +300,26 @@ __complete_init() {
 | 
			
		|||
	__complete_options
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
__cmds="
 | 
			
		||||
btlog
 | 
			
		||||
build
 | 
			
		||||
checkupdates
 | 
			
		||||
dscanner
 | 
			
		||||
gpgsign
 | 
			
		||||
import
 | 
			
		||||
init
 | 
			
		||||
install
 | 
			
		||||
lint
 | 
			
		||||
publish
 | 
			
		||||
readmeta
 | 
			
		||||
rewritemeta
 | 
			
		||||
scanner
 | 
			
		||||
server
 | 
			
		||||
signatures
 | 
			
		||||
signindex
 | 
			
		||||
stats
 | 
			
		||||
update
 | 
			
		||||
verify
 | 
			
		||||
__cmds=" \
 | 
			
		||||
btlog \
 | 
			
		||||
build \
 | 
			
		||||
checkupdates \
 | 
			
		||||
dscanner \
 | 
			
		||||
gpgsign \
 | 
			
		||||
import \
 | 
			
		||||
init \
 | 
			
		||||
install \
 | 
			
		||||
lint \
 | 
			
		||||
publish \
 | 
			
		||||
readmeta \
 | 
			
		||||
rewritemeta \
 | 
			
		||||
scanner \
 | 
			
		||||
server \
 | 
			
		||||
signatures \
 | 
			
		||||
signindex \
 | 
			
		||||
stats \
 | 
			
		||||
update \
 | 
			
		||||
verify \
 | 
			
		||||
"
 | 
			
		||||
 | 
			
		||||
for c in $__cmds; do
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue