summaryrefslogtreecommitdiffstats
path: root/src/ephraim
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephraim')
-rwxr-xr-xsrc/ephraim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephraim b/src/ephraim
index ce30386..472ffce 100755
--- a/src/ephraim
+++ b/src/ephraim
@@ -1,3 +1,3 @@
#!/bin/sh
-erl -pa core -run ephraim
+erl -pa core -eval 'application:start(exmpp).' -eval 'application:start(ephraim).'