From: DJ Delorie Date: Tue, 11 Jul 2000 21:33:23 +0000 (+0000) Subject: * desktop.cc: quote $PATH in case it has spaces in it X-Git-Tag: cygwin-1-1-5~49 X-Git-Url: https://cygwin.com/git/?a=commitdiff_plain;h=a3f48e187761344552b5483601573bb311592fb8;p=cygwin-apps%2Fsetup.git * desktop.cc: quote $PATH in case it has spaces in it --- diff --git a/ChangeLog b/ChangeLog index 84971cf7..05b95c3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,7 @@ * download.cc: post "download complete" message. * root.cc: pre-fill in defaults if needed, don't start browse at root_dir unless it's set. + * desktop.cc: quote $PATH in case it has spaces in it 2000-07-10 DJ Delorie diff --git a/desktop.cc b/desktop.cc index 909f6345..030ccf18 100644 --- a/desktop.cc +++ b/desktop.cc @@ -39,7 +39,7 @@ extern "C" { }; char *etc_profile[] = { - "PATH=/bin:/usr/bin:/usr/local/bin:$PATH", + "PATH=\"/bin:/usr/bin:/usr/local/bin:$PATH\"", "unset DOSDRIVE", "unset DOSDIR", "unset TMPDIR",