mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	fabric: fix awk "return not in function" error in completion
Fixes #8337
This commit is contained in:
		@@ -6,7 +6,7 @@ declare -A opt_args
 | 
			
		||||
 | 
			
		||||
declare -a target_list
 | 
			
		||||
target_list=("${(@f)$(fab -l 2>/dev/null | awk '{
 | 
			
		||||
    if (NF == 0 || NR == 1) return
 | 
			
		||||
    if (NF == 0 || NR == 1) next
 | 
			
		||||
    if (NF < 2) print $1
 | 
			
		||||
    else {
 | 
			
		||||
        docstring=substr($0, index($0,$2))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user