Re: [Fish-users] errors when doing cd -

2012-02-03 Thread David Frascone
So, my seq works, and I *thought* I checked it in. (Attaching now) It is in /usr/local/bin, and I could have modified it . . not sure :) I remember fixing it. Try this: $ type seq Then, $ file /wherever/seq/was/in/the/filesystem Make sure seq is a fish script text executable -- perhaps you a

Re: [Fish-users] errors when doing cd -

2012-02-03 Thread Peter Flood
I'm using the latest gitorious master, I pulled (no changes) and recompiled but still the same. Here's the latest commit when I run hg log changeset: 1869:74cfa0edf2a5 bookmark:master tag: default/master tag: tip user:Jan Kanis date:Tue Jan 31 01:38:20 2012

Re: [Fish-users] errors when doing cd -

2012-02-03 Thread David Frascone
I fixed this bug a while back. Be sure and pull from one of the repos. Seq was broken on mac. -Dave On Fri, Feb 3, 2012 at 7:11 AM, Peter Flood wrote: > $ seq 0 > 1 > 0 > > > > On 03/02/2012 19:02, Jan Kanis wrote: > > I can't reproduce this on linux. > The 'prevd' function gets called from

Re: [Fish-users] errors when doing cd -

2012-02-03 Thread Peter Flood
$ seq 0 1 0 On 03/02/2012 19:02, Jan Kanis wrote: I can't reproduce this on linux. The 'prevd' function gets called from the 'cd' function, but without any arguments, so the 'switch $argv[$i]' line should not be executed. What is the output of the command 'seq 0' on your system? It should not

Re: [Fish-users] errors when doing cd -

2012-02-03 Thread Jan Kanis
I can't reproduce this on linux. The 'prevd' function gets called from the 'cd' function, but without any arguments, so the 'switch $argv[$i]' line should not be executed. What is the output of the command 'seq 0' on your system? It should not give any output at all. On Thu, Feb 2, 2012 at 16:48,