-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #4: clean up use of GDKGsDevKit_stonesBase class>>dataHomeEnvVa…
…r ... had embedded '$' which was wrong
- Loading branch information
1 parent
1f26802
commit a9a9474
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/GsDevKit_stones-Core.package/GDKAbstractRegistryStore.class/instance/registryPath.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
accessing | ||
registryPath | ||
^ GDKGsDevKit_stonesBase dataHomeEnvVar, '/' | ||
^ '$' , GDKGsDevKit_stonesBase dataHomeEnvVar , '/' | ||
, (self registryFile relativeTo: self class base_data_home) pathString |
2 changes: 1 addition & 1 deletion
2
src/GsDevKit_stones-Core.package/GDKGsDevKit_stonesBase.class/class/dataHomeEnvVar.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
accessing | ||
dataHomeEnvVar | ||
^ '$STONES_DATA_HOME' | ||
^ 'STONES_DATA_HOME' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters