Another thread resurrection... 
@Thomas
The LoadModule readme shows a few examples, one of them being...
LoadModule LIBS:icon.library LIBS:workbench.library +
DEVS:console.device L:Ram-Handler L:FastFileSystem +
reverse noreboot
(http://aminet.net/package/util/boot/LoadModule)
Is that meant to be taken literally? Because I never got LoadModule to work with "+" like that - I wish though, sometimes the LoadModule line can become really long. Is there any practical difference between using multiple LoadModule lines with "NOREBOOT" and using one LoadModule line that has everything?
Cheers!
It looks like you are just another victim of the unknown (or undocumented) special "Feature" of the Amiga Shell! :laughing:
I ran into the same problem with 2 patches I released on EAB last year:
- FastCache040+
- RomCache040+
Notice the coincidence? ... the "+" character is interpreted by the Shell not as part of the command or file name but rather as the next part of the command or file name to be combined together. The problem is you have only empty space (nulls) for the combination! :p
The "+" character will mess up script execution as well as the version command and it makes no difference if there is a space (null) before or after the character. The simple solution here is:
Get rid of the "+" character!
