[Tclresource-commits] Extras/Tests common.tcl,1.2,1.3
Status: Beta
Brought to you by:
bdesgraupes
From: Bernard D. <bde...@us...> - 2004-09-07 12:35:57
|
Update of /cvsroot/tclresource/Extras/Tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15276 Modified Files: common.tcl Log Message: pkg req 1.1.1 Index: common.tcl =================================================================== RCS file: /cvsroot/tclresource/Extras/Tests/common.tcl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- common.tcl 6 Sep 2004 10:44:07 -0000 1.2 +++ common.tcl 7 Sep 2004 12:35:42 -0000 1.3 @@ -20,7 +20,7 @@ # Check that we are on OSX if {$tcl_platform(platform) != "unix" || $tcl_platform(os) != "Darwin"} { puts stdout "The Tclresource extension is for the MacOSX platform only. Exiting now." - exit + return } package require Tcl 8.4 @@ -38,5 +38,5 @@ variable resfileNF [file join [file dir [info script]] Forks TestResourcesNF.rsrc] } -package require resource 1.1 +package require resource 1.1.1 |