On Wed, Feb 20, 2002 at 08:55:10PM +0100, Danny Tholen alleged:
> sub search_windows_font {
>     foreach my $fstab_line (grep { /vfat/ } cat_('/etc/mtab') ) {

That regexp looks dangerous to me, "/mnt/not_vfat" would match.  But
maybe the code inside the loop checks, I've not looked.  Just thought
I'd mention this :)

Reply via email to