Thank you :) I noticed a cosmetic error in that patch (Scripts-org/2.9.5/Resources/Defaults/Settings/completion.bash Scripts/2.9.5/Resources/Defaults/Settings/completion.bash)
COMPREPLY=( $( GetSupportedFilesystems | cut -d$'\t' -f 2 | grep ^$cur)) You could basically remove the cut statement; it's a no-op so it doesn't hurt really, but it's a bit ugly. Best Regards /David Karell ----- Original Message ----- From: "Lucas C. Villa Real" To: gobolinux-devel@lists.gobolinux.org Subject: Re: [gobolinux-devel] Patch to Scripts-2.9.5 Date: Thu, 6 Nov 2008 01:04:54 -0200 2008/11/2 David Karell : > A patch to Scripts-2.9.5; this particular one might be a candidate for > inclusion in the mainline Scripts, as it (IMHO) improves portability, > without sacrificing (much) simplicity. > > The patch is useful for platforms that doesn't have a /proc/filesystems > "file". > > http://svn.gobolinux.org/file.php?repname=external&path=%2FGoboBSD%2Ftrunk%2FBuildBase%2FResources%2FScripts-2.9.5-01-SupportedFilesystems.patch Hi David, This one is pretty interesting. I've just merged it with our code base in the svn. Thanks, Lucas -- If you're looking for a reason I've a reason to give Pleasure, little treasure _______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel -- Be Yourself @ mail.com! Choose From 200+ Email Addresses Get a Free Account at www.mail.com
_______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel