|
From: Miklos S. <mi...@sz...> - 2006-01-05 09:33:20
|
> I noticed mount.fuse works great when using lufis. However, calling > mount -t fuse does not work! Apparently, the command 'which' used in > mount.fuse doesn't find the lufis executable. If you change 'which' to > 'command -v', it does work. > > Could somebody please confirm this and update it into the source tree? Yes, this should also be solved by moving the 'export PATH' line before the 'which' line. This has already been committed to CVS. Miklos |