aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/ermacs.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ermacs.in b/src/ermacs.in
index 77fa8c8..cbb521f 100644
--- a/src/ermacs.in
+++ b/src/ermacs.in
@@ -5,8 +5,8 @@ BASEDIR=%BASEDIR%
SLANG_EBIN_DIR=${BASEDIR}/../slang/ebin
erl -pa ${SLANG_EBIN_DIR} -pa ${BASEDIR}/ebin -pa ${BASEDIR}/mods/ebin \
- -noshell -s edit start $*
+ -pa ${BASEDIR}/../msc/ebin -noshell -s edit start $*
-# Can I get bash to run this in response to SIGINT?
+# How do I get sh to run this in response to SIGINT?
stty sane