Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jan 2017 14:34:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 216032] shells/fish  No matches for wildcard '$PATH/mount.*'.
Message-ID:  <bug-216032-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216032

            Bug ID: 216032
           Summary: shells/fish  No matches for wildcard '$PATH/mount.*'.
           Product: Ports & Packages
           Version: Latest
          Hardware: i386
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: asomers@FreeBSD.org
          Reporter: maficccc@gmail.com
          Assignee: asomers@FreeBSD.org
             Flags: maintainer-feedback?(asomers@FreeBSD.org)

Hello=20

For command mount -t and i want filesystem for mount usb=20
fish print this:

xxxx@ ~> mount -tNo matches for wildcard '$PATH/mount.*'.
/usr/local/share/fish/functions/__fish_print_filesystems.fish (line 1): str=
ing
replace -ra ".*/mount." "" -- $PATH/mount.*
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20
                             ^
in command substitution
        called on line 1 of file
/usr/local/share/fish/functions/__fish_print_filesystems.fish

in function '__fish_print_filesystems'
        called on standard input

in command substitution
        called on standard input

xxxx@ ~> mount -t No matches for wildcard '$PATH/mount.*'.
/usr/local/share/fish/functions/__fish_print_filesystems.fish (line 1): str=
ing
replace -ra ".*/mount." "" -- $PATH/mount.*
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20
                             ^
in command substitution
        called on line 1 of file
/usr/local/share/fish/functions/__fish_print_filesystems.fish

in function '__fish_print_filesystems'
        called on standard input

in command substitution
        called on standard input

xxxx@ ~> mount -t msdos=20
xxxx@ ~> mount -t msdNo matches for wildcard '$PATH/mount.*'.
/usr/local/share/fish/functions/__fish_print_filesystems.fish (line 1): str=
ing
replace -ra ".*/mount." "" -- $PATH/mount.*
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20
                             ^
in command substitution
        called on line 1 of file
/usr/local/share/fish/functions/__fish_print_filesystems.fish

in function '__fish_print_filesystems'
        called on standard input

in command substitution
        called on standard input

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216032-13>