From 5836daf9eb5f3d556a88c1ea2014e2bbc2a8345f Mon Sep 17 00:00:00 2001
From: balaskoa <Jeno.Balasko@ericsson.com>
Date: Tue, 2 Oct 2018 16:55:24 +0200
Subject: [PATCH] README.cygwin update to the newest cygwin

Signed-off-by: balaskoa <Jeno.Balasko@ericsson.com>
---
 README.cygwin | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.cygwin b/README.cygwin
index b6be62394..325ca7ae9 100644
--- a/README.cygwin
+++ b/README.cygwin
@@ -98,6 +98,9 @@ Cygwin setup
        "/cygdrive/c/Users/<yourUserId>/Documents/My_Home"
        WARNING: The path of your "unix" home directory shall not contain
                 any space!
+       NOTE: If /etc/passwd does not exist, edit the /etc/nsswitch.conf file. Insert the line
+       db_home:  /cygdrive/c/Users/<yourUserId>/Documents/My_Home
+	   into that file (or edit that line).
 
     (I1)If you are working with Titan plugins for Eclipse or any Windows based program 
         using cygwin commands, insert the Windows equivalent path of cygwin folders "/bin" or/and "/usr/bin" 
@@ -130,7 +133,7 @@ Cygwin setup
     Compile Titan with Cygwin:
     Edit the <your home directory>/.bashrc, as above in (J), add these lines to it: 
       export TTCN3_DIR=${HOME}/git/titan.core/Install
-      export PATH=${TTCN3_DIR}/bin:${PATH}
+      export PATH=.:${TTCN3_DIR}/bin:${PATH}
       export LD_LIBRARY_PATH=${TTCN3_DIR}/lib:${LD_LIBRARY_PATH}
     Create titan.core/Makefile.personal with the following content:    
             TTCN3_DIR := <your home directory>/git/titan.core/Install
-- 
GitLab