Message2999

Author bckfnn
Recipients
Date 2001-07-02.04:31:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=4201

I think it is beyond what the installer can detect 
automaticly. I tried running this script to see if there 
was anything which could be used to detect the shell 
envirnment. I couldn't find anything.

import java
p = java.lang.System.getProperties()
for k in p.keys():
  print k, p[k]

But it can be added as an command line option to the 
installer.

I'll turn this report into a feature request so we do 
forget about it.
History
Date User Action Args
2008-02-20 17:18:58adminlinkissue437792 messages
2008-02-20 17:18:58admincreate