Don't hide load irtcl failures
[ir-tcl-moved-to-github.git] / client.tcl
index 2403c2e..4865ecb 100644 (file)
@@ -4169,7 +4169,7 @@ if {[catch {ir-version}]} {
     set e [info sharedlibextension]
     catch {load ${libdir}/irtcl$e irtcl}
     if {[catch {ir-version}]} {
-       catch {load irtcl$e irtcl}
+       load irtcl$e irtcl
     }
 }