Dec. 31, 2010
7:19 p.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'.
December 2010
8:35 p.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
5562
Age (days ago)
5562
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dan Kegel -
James McKenzie