valgrind: Fix full path <command> arg completion.

master
Ville Skyttä 2012-11-06 23:03:05 +02:00
parent f009a1bfca
commit c6f6080569
1 changed files with 1 additions and 0 deletions

View File

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