Skip to content

Commit

Permalink
Make HTTPCommand more standalone by copying Conga in locally if not f…
Browse files Browse the repository at this point in the history
…ound
  • Loading branch information
bpbecker committed Sep 16, 2016
1 parent eb37ad9 commit 0c8c945
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Utils/HTTPCommand.dyalog
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@
:Case 0
FileSep'/\'[1+'Win'31#.⎕WG'APLVersion']
dyalog{,(-FileSep=¯1)FileSep}2 ⎕NQ'.' 'GetEnvironment' 'DYALOG'
'DRC'#.⎕CY dyalog,'ws/conga' runtime needs full workspace path
:If 9#.⎕NC'DRC'
'DRC'⎕CY dyalog,'ws/conga' runtime needs full workspace path
:If {0::1 0'DRC'}''
'Conga namespace DRC not found or defined'
0
:EndIf
LDRC#.DRC
LDRCDRC
:Else
'Conga namespace DRC not found or defined'
0
Expand Down

0 comments on commit 0c8c945

Please sign in to comment.