valgrind: Fix full path <command> arg completion.

This commit is contained in:
Ville Skyttä 2012-11-06 23:03:05 +02:00
parent f009a1bfca
commit c6f6080569

View File

@ -77,6 +77,7 @@ _valgrind()
return
;;
\<command\>)
compopt -o filenames
COMPREPLY=( $( compgen -c -- "$cur" ) )
return
;;