You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksandr (Jira)" <ji...@apache.org> on 2022/12/02 05:56:00 UTC

[jira] [Assigned] (IGNITE-18238) Do not use readlink on start script

     [ https://issues.apache.org/jira/browse/IGNITE-18238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aleksandr reassigned IGNITE-18238:
----------------------------------

    Assignee: Aleksandr

> Do not use readlink on start script
> -----------------------------------
>
>                 Key: IGNITE-18238
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18238
>             Project: Ignite
>          Issue Type: Bug
>          Components: build
>            Reporter: Aleksandr
>            Assignee: Aleksandr
>            Priority: Major
>              Labels: ignite-3
>
> Some mac users could see this message on ./bin/ignite3db start 
> readlink: illegal option -- f
> usage: readlink [-n] [file ...]
> which leads to the wrong IGNITE_HOME set. The reason is that the readlink on mac does not have a flag -f, it differs from vanilla readlink implementation. 
> I propose not to use readlink at all.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)