Changes between Initial Version and Version 1 of Ticket #36750
- Timestamp:
- Oct 27, 2012, 12:59:39 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36750
-
Property
Summary
changed from
Trying to change directory to current cause hang up in fish
tofish: Trying to change directory to current directory causes hang
-
Property
Summary
changed from
-
Ticket #36750 – Description
initial v1 1 1 Changing directory to parent or another one (without cd) with this approach: 2 [[BR]] 2 3 {{{ 3 4 $ .. 4 [[BR]]5 5 $ ./another_one 6 [[BR]] 6 }}} 7 7 8 works great. 8 [[BR]] 9 9 10 However if you made a mistake and instead of ".." try to call ".": 10 [[BR]] 11 12 {{{ 11 13 $ . 12 [[BR]] 14 }}} 15 13 16 fish will freeze. And nothing you can do with current terminal.