Mercurial > hg > Members > kono > nitros9-code
changeset 1536:42f369a724b8
shell once again default shell
author | boisy |
---|---|
date | Fri, 16 Apr 2004 23:47:48 +0000 |
parents | 191a1f747ee3 |
children | 778c61b2eb87 |
files | level1/ChangeLog level1/makefile |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/ChangeLog Fri Apr 16 23:46:32 2004 +0000 +++ b/level1/ChangeLog Fri Apr 16 23:47:48 2004 +0000 @@ -1,7 +1,7 @@ NitrOS-9/6809 Level 1 V03.02.01: - The mpi and megaread utilities have been added to the CMDS directory. - The dmode utility has been updated. -- Shell+ has been backported and is now the default shell for Level 1. +- Shell+ has been backported. - vrn has been backported and the nil descriptor now requires vrn. - nildrv has been removed. - The F$PrsNam call has been fixed to allow 0-9 and _ as the first character
--- a/level1/makefile Fri Apr 16 23:46:32 2004 +0000 +++ b/level1/makefile Fri Apr 16 23:47:48 2004 +0000 @@ -7,8 +7,8 @@ DIRS = cmds modules defs sys bootfiles # Specify which shell should be used -WHICHSHELL = shellplus -#WHICHSHELL = shell_21 +#WHICHSHELL = shellplus +WHICHSHELL = shell_21 CMDS = $(shell $(CD) cmds; make showcocoobjs) BOOTTRACK = $(shell $(CD) modules; make showboottrack)