Make `exists` usage consistent with hummypkg/webif#29

This commit is contained in:
df 2021-02-23 01:56:56 +00:00
parent d665aeffba
commit 20684856c4
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