On Fri, Dec 18, 2015 at 4:44 AM, ben yakawp <ben.li...@yakawp.com> wrote:

> I can reproduce the problem with the ubuntus version of fish:
>
> sudo apt-get remove --purge fish
> sudo apt-get update
> sudo apt-get install fish
>  /usr/bin/fish -v
> fish, version 2.2.0-473-g8a6f26f


I have no idea what is going on with your system. The only way you'll see
the output of "stty -a" show -icrnl is if you're using an unreleased
version of fish built from source.

On my Ubuntu 14.04.3 LTS server the stock fish is version 2.0.0. The one I
built from source matches the version you show:

```
$ /usr/bin/fish -v
fish, version 2.0.0
$ /usr/local/bin/fish -v
fish, version 2.2.0-473-g8a6f26f
$ ll /usr/bin/fish /usr/local/bin/fish
-rwxr-xr-x 1 root root   869104 Jul 12  2013 /usr/bin/fish*
-rwxr-xr-x 1 root root 13344698 Dec 17 18:08 /usr/local/bin/fish*
$ dpkg-query -l fish
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name            Version      Architecture Description
+++-===============-============-============-===================================
ii  fish            2.0.0-1      amd64        friendly interactive shell
```

Perhaps you've done something to force apt-get to fetch and build the
source from the master branch on GitHub. Or perhaps you've made
/usr/bin/fish a symlink to /usr/local/bin/fish and the apt-get install
isn't replacing the symlink with the stock binary.

-- 
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
------------------------------------------------------------------------------
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to