L:Shell-Seg - Remove the need for global SysBase
commit37933f133c4a48e6df3506adce8cf94f25c0065c
authorjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Mon, 13 Aug 2012 01:43:15 +0000 (13 01:43 +0000)
committerjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Mon, 13 Aug 2012 01:43:15 +0000 (13 01:43 +0000)
treec2dc9d41945811985fdac9fb9e9cbacd77ed1186
parent4c1c67e153e2d5172c3d96dc18193c5df9057631
L:Shell-Seg - Remove the need for global SysBase

This is to allow the creating of a 'pure' Shell-Seg
that doesn't need the ELF SysBase symbol hacking.

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@45541 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
15 files changed:
workbench/c/Shell/Shell.c
workbench/c/Shell/Shell.h
workbench/c/Shell/buffer.c
workbench/c/Shell/buffer.h
workbench/c/Shell/cliEcho.c
workbench/c/Shell/cliPrompt.c
workbench/c/Shell/cliVarNum.c
workbench/c/Shell/convertArg.c
workbench/c/Shell/convertBackTicks.c
workbench/c/Shell/convertLine.c
workbench/c/Shell/convertLineDot.c
workbench/c/Shell/convertRedir.c
workbench/c/Shell/convertVar.c
workbench/c/Shell/readLine.c
workbench/c/Shell/redirection.c