Skip to content

Commit 7509443

Browse files
committed
Merge 'original-path' into HEAD
2 parents ef6a2a9 + 7abe9a6 commit 7509443

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

winsup/cygwin/environ.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ static win_env conv_envvars[] =
309309
{NL ("HOME="), NULL, NULL, env_path_to_posix, env_path_to_win32, false},
310310
{NL ("LD_LIBRARY_PATH="), NULL, NULL,
311311
env_plist_to_posix, env_plist_to_win32, true},
312+
{NL ("ORIGINAL_PATH="), NULL, NULL, env_PATH_to_posix, env_plist_to_win32, true},
312313
{NL ("SHELL="), NULL, NULL, env_path_to_posix, env_path_to_win32, true, true},
313314
{NL ("TMPDIR="), NULL, NULL, env_path_to_posix, env_path_to_win32, false},
314315
{NL ("TMP="), NULL, NULL, env_path_to_posix, env_path_to_win32, false},
@@ -335,7 +336,7 @@ static const unsigned char conv_start_chars[256] =
335336
0, 0, 0, 0, 0, 0, 0, 0,
336337
/* 72 */
337338
/* H I J K L M N O */
338-
WC, 0, 0, 0, WC, 0, 0, 0,
339+
WC, 0, 0, 0, WC, 0, 0, WC,
339340
/* 80 */
340341
/* P Q R S T U V W */
341342
WC, 0, 0, WC, WC, 0, 0, 0,

0 commit comments

Comments
 (0)