#36750: fish: Trying to change directory to current directory causes hang ------------------------------+-------------------------------- Reporter: alex.dorokhov@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: fish | ------------------------------+-------------------------------- Old description:
Changing directory to parent or another one (without cd) with this approach: [[BR]] $ .. [[BR]] $ ./another_one [[BR]] works great. [[BR]] However if you made a mistake and instead of ".." try to call ".": [[BR]] $ . [[BR]] fish will freeze. And nothing you can do with current terminal.
New description: Changing directory to parent or another one (without cd) with this approach: {{{ $ .. $ ./another_one }}} works great. However if you made a mistake and instead of ".." try to call ".": {{{ $ . }}} fish will freeze. And nothing you can do with current terminal. -- Comment (by ryandesign@…): You should probably report the problem to the developers of fish so that they can fix it. When they release a new version, we can update the port. -- Ticket URL: <https://trac.macports.org/ticket/36750#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS