exists -proc -> exists -command

This commit is contained in:
df 2020-12-14 14:09:32 +00:00
parent b59bead2a2
commit 23483c8fa5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
require system.class plugin
if {![exists -proc class]} { package require oo }
if {![exists -command class]} { package require oo }
class dir {}
class browse {}