sodero / InstallerLG

A reimplementation of the LISP-like 'Installer' scripting language.
Other
16 stars 4 forks source link

Updating user-startup fails #55

Closed gareth-smyth closed 4 years ago

gareth-smyth commented 4 years ago

When an installer running under 68k Amiga OS tries to update an existing user-startup the temporary file is created, but fails to open so the installer quits.

I think it is an issue with the mode, i'll create a pull request for a fix.

gareth-smyth commented 4 years ago

This is the file i'm using to test

(startup "MyTest"
    (prompt "hello")
    (command "Run My Test")
    (help "some help")
)