FreeBSD Bugzilla – Attachment 178862 Details for
Bug 216032
shells/fish No matches for wildcard '$PATH/mount.*'.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix __fish__print__filesystems.fish
pr216032.diff (text/plain), 1.71 KB, created by
Alan Somers
on 2017-01-13 15:57:48 UTC
(
hide
)
Description:
Fix __fish__print__filesystems.fish
Filename:
MIME Type:
Creator:
Alan Somers
Created:
2017-01-13 15:57:48 UTC
Size:
1.71 KB
patch
obsolete
>Index: shells/fish/Makefile >=================================================================== >--- shells/fish/Makefile (revision 431398) >+++ shells/fish/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= fish > PORTVERSION= 2.4.0 >+PORTREVISION= 1 > CATEGORIES= shells > MASTER_SITES= http://fishshell.com/files/${PORTVERSION}/ > >Index: shells/fish/files/patch-share_functions_____fish__print__filesystems.fish >=================================================================== >--- shells/fish/files/patch-share_functions_____fish__print__filesystems.fish (nonexistent) >+++ shells/fish/files/patch-share_functions_____fish__print__filesystems.fish (working copy) >@@ -0,0 +1,11 @@ >+--- share/functions/__fish_print_filesystems.fish.orig 2017-01-13 15:45:46 UTC >++++ share/functions/__fish_print_filesystems.fish >+@@ -4,6 +4,6 @@ function __fish_print_filesystems -d "Pr >+ set fs $fs hfs hpfs iso9660 jfs minix msdos ncpfs nfs ntfs proc qnx4 ramfs >+ set fs $fs reiserfs romfs smbfs sysv tmpfs udf ufs umsdos vfat xenix xfs xiafs >+ # Mount has helper binaries to mount filesystems >+- # These are called mount.* and are placed somewhere in $PATH >+- printf "%s\n" $fs (string replace -ra ".*/mount." "" -- $PATH/mount.*) >++ # These are called mount_* and are placed somewhere in $PATH >++ printf "%s\n" $fs (string replace -ra ".*/mount_" "" -- $PATH/mount_*) >+ end > >Property changes on: shells/fish/files/patch-share_functions_____fish__print__filesystems.fish >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 216032
: 178862