exists -proc -> exists -command

This commit is contained in:
df 2020-12-14 14:33:53 +00:00
parent 1d008a1bce
commit 954ddf6d8b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
if {![exists -proc class]} { package require oo }
if {![exists -command class]} { package require oo }
class clipboard {
path "/tmp/webif.cb"