Skip to content

Commit

Permalink
use GS_SYS_SESSIONS env var for session description home
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Oct 11, 2015
1 parent 57ca16b commit db01f81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
home
gsDevKitSessionDescriptionPath
^ (Smalltalk os environment
at: 'GS_SYS_LOCAL_SESSIONS'
at: 'GS_SYS_SESSIONS'
ifAbsent: [
| clientDescriptionsPath "allow new client to connect to an old gsDevKitHome structure" |
clientDescriptionsPath := 'client/descriptions/'.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"enableDebugger" : "dkh 11/19/2012 14:41",
"enableDebugger:" : "dkh 11/19/2012 14:41",
"forSessionNamed:" : "dkh 10/2/2015 10:11",
"gsDevKitSessionDescriptionPath" : "dkh 10/10/2015 16:42",
"gsDevKitSessionDescriptionPath" : "dkh 10/10/2015 18:31",
"importSessionDescriptionFrom:for:" : "dkh 4/12/2015 11:33",
"initialize" : "dkh 6/1/2014 19:06",
"lookupClientScripts:stoneName:" : "dkh 3/11/2015 15:54",
Expand Down

Large diffs are not rendered by default.

0 comments on commit db01f81

Please sign in to comment.