]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
* desktop.cc: quote $PATH in case it has spaces in it
authorDJ Delorie <dj@redhat.com>
Tue, 11 Jul 2000 21:33:23 +0000 (21:33 +0000)
committerDJ Delorie <dj@redhat.com>
Tue, 11 Jul 2000 21:33:23 +0000 (21:33 +0000)
ChangeLog
desktop.cc

index 84971cf786303a422225e3cd81cfc76969292260..05b95c3bd71567a650150f336d7a5de42273ba48 100644 (file)
--- 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  <dj@cygnus.com>
 
index 909f6345aeca37b76761e75d36f112d65d2276e1..030ccf18f764da3453d03afdae8cd535977bed72 100644 (file)
@@ -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",
This page took 0.035649 seconds and 5 git commands to generate.