From bb02e25fd267fa486c9e6e417d0560378ee23dd5 Mon Sep 17 00:00:00 2001 From: lukeg Date: Fri, 21 Feb 2003 22:35:07 +0000 Subject: Added 'msc' application to code path. --- src/ermacs.in | 4 ++-- 1 file 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 -- cgit v1.2.3