From a6eeec7b0a968ea8d0bddfcec9dcb5ad6473c5c1 Mon Sep 17 00:00:00 2001 From: Vince Darley Date: Mon, 17 Feb 2003 12:06:00 +0000 Subject: [PATCH] filesystem configuration first cut --- library/vfsUtils.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] -- 2.23.0