Diff
Not logged in

Differences From Artifact [122d13dfb5]:

To Artifact [e585784dc9]:


172
173
174
175
176










177
178
179
180
181
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191





+
+
+
+
+
+
+
+
+
+





    #       add it to the global list now. 
    # 
    if {[string length $apiKey] > 0} then { 
      lappend ::pkgr_api_keys $apiKey 
    } 
 
    # 
    # NOTE: For Eagle, make sure that the [package unknown] handler will be 
    #       used for the current interpreter. 
    # 
    if {[isEagle]} then { 
      object invoke -flags +NonPublic Interpreter.GetActive InterpreterFlags \ 
          [appendArgs [object invoke -flags +NonPublic Interpreter.GetActive \ 
          InterpreterFlags] " -NoPackageUnknown"] 
    } 
 
    # 
    # NOTE: Attempt to require the target package now.  If this succeeds 
    #       -AND- the Package Downloader Client was used, the package will 
    #       be persisted locally; otherwise, the [package ifneeded] script