albertvanderhorst/ciforth

-i option no longer works in 5.4.0 lina

albertvanderhorst opened this issue · 2 comments

The -i option no longer works in lina 5.4.0.
This is due to trailing spaces in the file name, a cleverness in behalf of the deb archives.

Work around:
To fix the executable lina do

l```
ina
BLOCK-FILE $@ -TRAILING BLOCK-FILE $!
WANT SAVE-SYSTEM
"lina" SAVE-SYSTEM
BYE

The previous solution is botched, sorry.

This is fixed in the current version of options.frt