fusermount: Complete curlftpfs-mounts for "fusermount -u" (Debian: #685377)
Patch provided by Tim Riemenschneider <debian@tim-riemenschneider.de>
This commit is contained in:
parent
b9276c8a37
commit
2897e62fe7
@ -11,8 +11,8 @@ _fusermount()
|
||||
;;
|
||||
-u)
|
||||
COMPREPLY=( $( compgen -W "$( awk \
|
||||
'{ if ($3 ~ /^fuse\./) print $2 }' /etc/mtab 2>/dev/null )" \
|
||||
-- "$cur" ) )
|
||||
'{ if ($3 ~ /^fuse(\.|$)/) print $2 }' /etc/mtab \
|
||||
2>/dev/null )" -- "$cur" ) )
|
||||
return 0
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user