[
https://issues.apache.org/jira/browse/FLINK-33218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Fedulov reassigned FLINK-33218:
-----------------------------------------
Assignee: Robin Moffatt
> First Steps - error when run with zsh
> -------------------------------------
>
> Key: FLINK-33218
> URL: https://issues.apache.org/jira/browse/FLINK-33218
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Reporter: Robin Moffatt
> Assignee: Robin Moffatt
> Priority: Not a Priority
> Labels: pull-request-available
>
> If a user of zsh (the default on MacOS) runs the literal command that's given
> under "Browsing the project directory" they get an error:
> {code:java}
> $ cd flink-* && ls -l
> cd: string not in pwd: flink-1.17.1
> {code}
>
> This is because the behaviour of `cd` is different under zsh than bash and
> the glob triggers this. I've written up [an
> explanation|https://rmoff.net/2023/10/04/cd-string-not-in-pwd/] for those
> interested.
> IMO the fix is to hardcode the version in the instructions.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)