Jan. 1, 2011
1:19 a.m.
'set' is not a good way to check the environment, since it also shows shell variables that are not yet exported. The portable way to check the environment is 'env'.
January 2011
2:35 a.m.
New subject: 64-bit Notepad2 crashes
On 12/31/10 6:19 PM, Dan Kegel wrote:
'set' is not a good way to check the environment, since it also shows shell variables that are not yet exported.
The portable way to check the environment is 'env'.
True. Let me check this. correction: env | grep LIBRARY James McKenzie
5653
Age (days ago)
5653
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dan Kegel -
James McKenzie