@@ -251,12 +251,14 @@ set ::xvfs::fsName $fsName set ::xvfs::rootDirectory $rootDirectory } -proc ::xvfs::run {} { +proc ::xvfs::run {argv} { uplevel #0 { package require minirivet } + + set ::xvfs::argv $argv ::minirivet::parse [file join $::xvfs::_xvfsDir xvfs.c.rvt] } proc ::xvfs::setOutputChannel {channel} { uplevel #0 { package require minirivet }