octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53922] unsetenv is case sensitive on Windows


From: Rik
Subject: [Octave-bug-tracker] [bug #53922] unsetenv is case sensitive on Windows
Date: Fri, 29 Jun 2018 18:34:17 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #12, bug #53922 (project octave):

Yes, I confirm that unsetenv will clear an environment variable provided that
the case of the variable matches the original call to setenv.  In particular,
I tried this


setenv ('Ab', 'xyz');
unsetenv ('AB')  # fails
unsetenv ('Ab')  # works


But, to your specific question, it works for setenv ('AB', ...) followed by
unsetenv ('AB').


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53922>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]