From a2e2f5668deeca554a429b6557a169ed25808f1c Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 21 Apr 2017 18:04:11 +0100 Subject: 40990: Fix crash with bogus path in sh emaulation. When startying in sh emulation don't link PATH-style parameters to array equivalents. To allow this to function, don't check for the linkage when exporting the colon-separated parameter. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4595c56d1..6566d23e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-04-21 Peter Stephenson + + * 40990: Src/params.c: When starting in sh emulation, don't + link PATH-style parameters to array equivalents. Don't + check linkage when exporting colon-separated parameter. + 2017-04-18 Daniel Shahaf * 40973: Completion/Unix/Type/_remote_files: Fix completion of -- cgit 1.4.1