Commit 764db09d authored by Kevin Bracey's avatar Kevin Bracey
Browse files

Modified to open "Resources:$...." not "Resources:..."

parent 7db3a505
......@@ -697,7 +697,7 @@ _kernel_oserror *main_initialise (char *tail, int podule_base,
tracef ("main_initialise\n");
if (getenv ("BootCommands$Path") == NULL)
message_file_name = "Resources:Resources.BootCmds.Messages";
message_file_name = "Resources:$.Resources.BootCmds.Messages";
else
message_file_name = "BootCommands:Messages";
......
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