From: Vince Darley <vincentdarley@sourceforge.net>
Date: Mon, 17 Feb 2003 12:06:00 +0000 (+0000)
Subject: filesystem configuration first cut
X-Git-Tag: vfs-1-3~52
X-Git-Url: http://test.brassandglass.co.uk/gitweb?a=commitdiff_plain;h=a6eeec7b0a968ea8d0bddfcec9dcb5ad6473c5c1;p=tclvfs

filesystem configuration first cut
---

diff --git a/library/vfsUtils.tcl b/library/vfsUtils.tcl
index 8807283..1888cf0 100644
--- a/library/vfsUtils.tcl
+++ b/library/vfsUtils.tcl
@@ -68,7 +68,7 @@ proc ::vfs::attributes {mountpoint args} {
 	# code path is a good idea in the long term, but it is
 	# helpful for testing)
 	set ns $mountpoint
-	package require vfs::${ns}
+	::package require vfs::${ns}
     }
     
     set attrs [list "state"]