diff options
-rw-r--r-- | clean/.clean/iTasksDev.env | 2 | ||||
-rw-r--r-- | system/.profile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clean/.clean/iTasksDev.env b/clean/.clean/iTasksDev.env index b90323e..7a1de36 100644 --- a/clean/.clean/iTasksDev.env +++ b/clean/.clean/iTasksDev.env @@ -13,7 +13,7 @@ Path: /home/camil/projects/clean/platform/src/libraries/OS-Independent/Deprecated/StdLib Path: /home/camil/projects/clean/abc-interpreter/lib Path: {Application}/lib/GraphCopy - Path: /home/camil/projects/clean/iTasks-SDK/Libraries + Path: /home/camil/projects/clean/itasks-sdk/Libraries Path: {Application}/lib/Gast EnvironmentCompiler: lib/exe/cocl-itasks:-h 1000m:-dynamics EnvironmentCodeGen: lib/exe/cg diff --git a/system/.profile b/system/.profile index 32126f2..0b91123 100644 --- a/system/.profile +++ b/system/.profile @@ -45,7 +45,7 @@ cpmq() { abcclean() { find \ "$CLEAN_HOME/lib" \ - ~/projects/clean/{iTasks-SDK,platform,abc-interpreter} \ + ~/projects/clean/{itasks-sdk,platform,abc-interpreter} \ . \ -name '*.abc' \ -not -name '_system.abc' \ |