Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 2e3acf97b6e69efb5b02391cf9118779 > files > 7

bash-completion-20060301-18mdv2008.0.src.rpm

--- /etc/bash_completion	2006-03-11 21:02:20.000000000 +0100
+++ bash_completion	2006-03-27 10:09:07.000000000 +0200
@@ -424,7 +424,7 @@
 
 	case "$COMP_LINE" in
 	*[^=])
-		COMPREPLY=( $( compgen -A alias -S '=' -- $cur ) )
+		COMPREPLY=( $( compgen -A alias -- $cur ) )
 		;;
 	*=)
 		COMPREPLY=( "$( alias ${cur%=} 2>/dev/null | \