Make `exists` usage consistent with #29

This commit is contained in:
df 2021-02-23 01:56:56 +00:00
parent 89d67731a1
commit 13c4173ca1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
if {![exists -proc class]} { package require oo }
if {![exists -proc pack]} { package require pack }
if {![exists -proc xconv]} { package require xconv }
if {![exists -proc binary]} { package require binary }
if {![exists -command binary]} { package require binary }
source /mod/webif/lib/setup
require system.class tvdb.class classdump