diff options
Diffstat (limited to 'src/ermacs.in')
-rw-r--r-- | src/ermacs.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ermacs.in b/src/ermacs.in index cbb521f..accb10f 100644 --- a/src/ermacs.in +++ b/src/ermacs.in @@ -2,10 +2,8 @@ BASEDIR=%BASEDIR% -SLANG_EBIN_DIR=${BASEDIR}/../slang/ebin - -erl -pa ${SLANG_EBIN_DIR} -pa ${BASEDIR}/ebin -pa ${BASEDIR}/mods/ebin \ - -pa ${BASEDIR}/../msc/ebin -noshell -s edit start $* +erl -pa ${BASEDIR}/ebin -pa ${BASEDIR}/mods/ebin \ + -noshell -nouser -s edit start $* 2>/tmp/ermacs-misc.log # How do I get sh to run this in response to SIGINT? stty sane |