Amiga.org

Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: AmigaMance on October 24, 2008, 09:06:25 PM

Title: Are these lines in my S-S really useful?
Post by: AmigaMance on October 24, 2008, 09:06:25 PM
 Hi. I'm curious to know if the enviroment variables which are defined in the below lines in my S-S, are really being used by the OS or any other programs.
Will there be any consequnces if i remove (comment) them?:

SetEnv Language "english"
SetEnv Workbench $Workbench
SetEnv Kickstart $Kickstart
UnSet Workbench
UnSet Kickstart      
Title: Re: Are these lines in my S-S really useful?
Post by: Matt_H on October 24, 2008, 10:35:57 PM
The system won't blow up immediately, but you might have problems with some programs or scripts if you get rid of them.
Title: Re: Are these lines in my S-S really useful?
Post by: AmigaMance on October 24, 2008, 11:08:30 PM
@Matt_H

 Hmm, ok. I disabled the SetEnv Language line only, since the Language variable is set even without it. Probably by IPrefs while it reads the locale.prefs or something.