diff options
author | lukeg <lukeg> | 2003-02-21 22:35:07 +0000 |
---|---|---|
committer | lukeg <lukeg> | 2003-02-21 22:35:07 +0000 |
commit | bb02e25fd267fa486c9e6e417d0560378ee23dd5 (patch) | |
tree | 94d2138558fab7c307487db543ffcfd631f9e910 | |
parent | edf585ebb89de2622d136136d3369b97df5c38f7 (diff) | |
download | ermacs-fork-bb02e25fd267fa486c9e6e417d0560378ee23dd5.tar.gz |
Added 'msc' application to code path.
-rw-r--r-- | src/ermacs.in | 4 |
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 |