"Bug" in Installer

This forum is for general developer support questions.
Post Reply
User avatar
alfkil
Posts: 67
Joined: Mon Oct 24, 2011 8:46 pm
Location: Denmark

"Bug" in Installer

Post by alfkil »

Installer will fail on the following code saying "GETENV: String too long in line ...":

Code: Select all

(run "setenv NAPALM \"\"")
(set #scrmode (getenv "NAPALM"))
This is both impractical and incompatible with older versions of Installer.

Hope it can be fixed!
User avatar
salass00
AmigaOS Core Developer
AmigaOS Core Developer
Posts: 530
Joined: Sat Jun 18, 2011 3:12 pm
Location: Finland
Contact:

Re: "Bug" in Installer

Post by salass00 »

User avatar
alfkil
Posts: 67
Joined: Mon Oct 24, 2011 8:46 pm
Location: Denmark

Re: "Bug" in Installer

Post by alfkil »

@salass00

Ok, thanks for letting me know!
Post Reply