Changes between Initial Version and Version 1 of Ticket #36750


Ignore:
Timestamp:
Oct 27, 2012, 12:59:39 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

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.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36750

    • Property Summary changed from Trying to change directory to current cause hang up in fish to fish: Trying to change directory to current directory causes hang
  • Ticket #36750 – Description

    initial v1  
    11Changing directory to parent or another one (without cd) with this approach:
    2 [[BR]]
     2
     3{{{
    34$ ..
    4 [[BR]]
    55$ ./another_one
    6 [[BR]]
     6}}}
     7
    78works great.
    8 [[BR]]
     9
    910However if you made a mistake and instead of ".." try to call ".":
    10 [[BR]]
     11
     12{{{
    1113$ .
    12 [[BR]]
     14}}}
     15
    1316fish will freeze. And nothing you can do with current terminal.