Issue #192 has been updated by Clément Oudot.
There is the same problem in sample/bin/lsc-sample. ---------------------------------------- Bug #192: Message about cygwin path under GNU/Linux http://tools.lsc-project.org/issues/show/192 Author: Clément Oudot Status: New Priority: Normal Assigned to: Category: Core Target version: 1.2.0 Hi, when launching bin/lsc on GNU/Linux, we see this message: <pre> which: no cygpath in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/app/berkeleydb/bin:/app/openldap/bin:/app/openldap/sbin:/home/mirax/bin:/opt/apache-ant-1.7.1/bin) </pre> This can be avoid by correcting line 105 with: <pre> CYGPATH_COMMAND="$(which cygpath > /dev/null 2>&1)" </pre> Ok for you? -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-dev mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-dev

