From 3daf8df6ee835b9edcc068af33ae97910bb8d934 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 8 Apr 2005 12:51:20 +0000 Subject: Fix some Savannah bugs. Updates to docs (still need more work here) and NEWS file. New language. --- variable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'variable.c') diff --git a/variable.c b/variable.c index 4c38316..7e26646 100644 --- a/variable.c +++ b/variable.c @@ -1430,7 +1430,7 @@ print_file_variables (struct file *file) void sync_Path_environment (void) { - char *path = allocated_variable_expand ("$(Path)"); + char *path = allocated_variable_expand ("$(PATH)"); static char *environ_path = NULL; if (!path) @@ -1447,7 +1447,7 @@ sync_Path_environment (void) * Create something WINDOWS32 world can grok */ convert_Path_to_windows32 (path, ';'); - environ_path = concat ("Path", "=", path); + environ_path = concat ("PATH", "=", path); putenv (environ_path); free (path); } -- cgit v1.2.3