Differences From Artifact [8acb5e0040]:
- File client/1.0/neutral/pkgu.eagle — part of check-in [d1541d23e5] at 2019-01-25 03:48:56 on branch trunk — Make sure the Eagle core library has the TEST and NETWORK compile options prior to using the ScriptWebClient from the Eagle._Tests.Default class. (user: mistachkin, size: 63331) [annotate] [blame] [check-ins using]
To Artifact [5be224ca59]:
- File client/1.0/neutral/pkgu.eagle — part of check-in [de59098f84] at 2019-05-20 19:58:00 on branch trunk — Use the full sub-command name for 'file isdirectory'. (user: mistachkin, size: 63337) [annotate] [blame] [check-ins using]
︙ | |||
791 792 793 794 795 796 797 | 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 | - + | if {[string length $checkoutDirectory] == 0} then { error [string map [list \ %error% "checkout directory is invalid"] \ $message] } |
︙ |