Commit aaf9b50d authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Correction to default run path !Boot was adding its private utilities...

Correction to default run path !Boot was adding its private utilities (!Boot.Utils) to the global run path, which isn't the intent of that directory. Changed singular use of HOn to use a fully qualified path to !Boot.Utils.

User commands should go in !Boot.Library, as before.

Version 1.23. Tagged as 'Boot-1_23'
parent 49612321
FX 247 2_10101010
FX 229 1
If "<Run$Path>" = ",%." Then Set Run$Path <Boot$Dir>.Library.,<Boot$Dir>.Utils.,,%.
If "<Run$Path>" = "Resources:$.Library.,%.," Then Set Run$Path Resources:$.Library.,<Boot$Dir>.Library.,<Boot$Dir>.Utils.,,%.
If "<Run$Path>" = ",%." Then Set Run$Path <Boot$Dir>.Library.,,%.
If "<Run$Path>" = "Resources:$.Library.,%.," Then Set Run$Path Resources:$.Library.,<Boot$Dir>.Library.,,%.
RMEnsure BootCommands 1.30 RMLoad System:Modules.BootCmds
RMEnsure BootCommands 1.30 Error This !Boot structure requires BootCommands version 1.30 or later
......@@ -30,7 +30,7 @@ Set Alias$@LoadType_FFA RMLoad %%*0
Set Alias$@LoadType_FFB BASIC -quit %%*0
Set Alias$@LoadType_FFC /%%*0
HOn
/<Boot$Dir>.Utils.HOn
/<Boot$Dir>.Utils.SetChoices
BootObey Choices:Boot.PreDesktop
......
/* (1.22)
/* (1.23)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 1.22
#define Module_MajorVersion_CMHG 1.23
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 22 Nov 2014
#define Module_Date_CMHG 25 Jun 2015
#define Module_MajorVersion "1.22"
#define Module_Version 122
#define Module_MajorVersion "1.23"
#define Module_Version 123
#define Module_MinorVersion ""
#define Module_Date "22 Nov 2014"
#define Module_Date "25 Jun 2015"
#define Module_ApplicationDate "22-Nov-14"
#define Module_ApplicationDate "25-Jun-15"
#define Module_ComponentName "Boot"
#define Module_ComponentPath "castle/RiscOS/Sources/SystemRes/Boot"
#define Module_FullVersion "1.22"
#define Module_HelpVersion "1.22 (22 Nov 2014)"
#define Module_LibraryVersionInfo "1:22"
#define Module_FullVersion "1.23"
#define Module_HelpVersion "1.23 (25 Jun 2015)"
#define Module_LibraryVersionInfo "1:23"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment