Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 249271 | Differences between
and this patch

Collapse All | Expand All

(-)bash_completion (-3 / +4 lines)
Lines 925-932 Link Here
925
		_command
925
		_command
926
		return 0
926
		return 0
927
		;;
927
		;;
928
	-[acm]min|-[acm]time|-?(i)?(l)name|-inum|-?(i)path|-?(i)regex| \
928
	-[acm]min|-[acm]time|-?(i)?(l)?(whole)name|-inum|-?(i)path| \
929
	-links|-perm|-size|-used|-printf)
929
	-?(i)regex|-links|-perm|-size|-used|-printf)
930
		# do nothing, just wait for a parameter to be given
930
		# do nothing, just wait for a parameter to be given
931
		return 0
931
		return 0
932
		;;
932
		;;
Lines 953-959 Link Here
953
			-links -lname -mmin -mtime -name -newer -nouser \
953
			-links -lname -mmin -mtime -name -newer -nouser \
954
			-nogroup -perm -regex -size -true -type -uid -used \
954
			-nogroup -perm -regex -size -true -type -uid -used \
955
			-user -xtype -exec -fls -fprint -fprint0 -fprintf -ok \
955
			-user -xtype -exec -fls -fprint -fprint0 -fprintf -ok \
956
			-print -print0 -printf -prune -ls' -- $cur ) )
956
			-print -print0 -printf -prune -ls -wholename \
957
			-iwholename' -- $cur ) )
957
958
958
	# this removes any options from the list of completions that have
959
	# this removes any options from the list of completions that have
959
	# already been specified somewhere on the command line, as long as
960
	# already been specified somewhere on the command line, as long as

Return to bug 249271