Re: [PATCH] Partial fix for #1685

2021-05-20 Thread Mario Domenech Goulart
On Thu, 20 May 2021 10:06:56 +0200 Peter Bex wrote: > Here's a more "official" version of Mario's patch for #1685, which > works on UNIX only. For Windows we'll probably need to overhaul > egg-compile.scm into some sort of structured system instead of using > ad-hoc quoting, because on Windows

[PATCH] Partial fix for #1685

2021-05-20 Thread Peter Bex
7 00:00:00 2001 From: Peter Bex Date: Thu, 20 May 2021 09:57:17 +0200 Subject: [PATCH] Partial fix for #1685 - quote shell variables on UNIX platforms This allows having shell metacharacters (like spaces) in path names. This does not yet fix the situation for Windows - there, quotation is context