.functions: Don't leak our working variable
This commit is contained in:
		@@ -43,6 +43,7 @@ _proj() {
 | 
			
		||||
		reply="${reply//[^ a-zA-Z0-9.]/}"
 | 
			
		||||
		COMPREPLY+=" $reply"
 | 
			
		||||
	done
 | 
			
		||||
	unset reply
 | 
			
		||||
	COMPREPLY=($(compgen -W "$COMPREPLY" "${COMP_WORDS[COMP_CWORD]}"))
 | 
			
		||||
	return 0
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user