Skip to content

Commit

Permalink
fixup! Add functionality for changing OS name via MSYSTEM environment…
Browse files Browse the repository at this point in the history
… variables.
  • Loading branch information
dscho committed Aug 27, 2024
1 parent 952a99f commit 9b4cf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winsup/cygwin/environ.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ struct spenv
static NO_COPY spenv spenvs[] =
{
#ifdef DEBUGGING
{NL ("MSYS_DEBUG="), false, true, NULL},
{NL ("CYGWIN_DEBUG="), false, true, NULL},
#endif
{NL ("HOMEDRIVE="), false, false, &cygheap_user::env_homedrive},
{NL ("HOMEPATH="), false, false, &cygheap_user::env_homepath},
Expand Down

0 comments on commit 9b4cf29

Please sign in to comment.