Browse Source

fix export

221V 1 year ago
parent
commit
6cccd10e49
4 changed files with 5 additions and 4 deletions
  1. 1 1
      .gitignore
  2. BIN
      mad
  3. 2 2
      src/active.app.src
  4. 2 1
      src/active_sh.erl

+ 1 - 1
.gitignore

@@ -1 +1 @@
-ebin/*.beam
+ebin/

BIN
mad


+ 2 - 2
ebin/active.app → src/active.app.src

@@ -1,9 +1,9 @@
 {application, active,
 {application, active,
  [{description, "Active Continuous Compilation"},
  [{description, "Active Continuous Compilation"},
-  {vsn, "6.1.1"},
+  {vsn, "6.2"},
   {registered, [active_sup]},
   {registered, [active_sup]},
   {applications, [kernel, stdlib, fs]},
   {applications, [kernel, stdlib, fs]},
-  {modules, [active_app, active_events, active_sh, active_sup, active]},
+  {modules, []},
   {mod, { active_app, []}},
   {mod, { active_app, []}},
   {env, []}
   {env, []}
  ]}.
  ]}.

+ 2 - 1
src/active_sh.erl

@@ -4,7 +4,8 @@
   reduce/0,
   reduce/0,
   run/1,
   run/1,
   sh/1,
   sh/1,
-  sh/3
+  sh/3,
+  exe/1
 ]).
 ]).