Hi Sven,

Sorry about the delayed reply, nice work.

I've applied all your patches but one, it doesn't seem to work under Linux
and I'd like a bit more info. See below.

2008/10/7 Sven Axelsson <[email protected]>

>
>
> -1 is not a flag.
>
> diff /opt/local/share/fish/functions/dirh.fish
> /Users/sven/Sources/fish/share/functions/dirh.fish
> 29c29
> < for i in (seq (echo (count $dirnext)) - 1 1)
> ---
> > for i in (seq (echo (count $dirnext)) -1 1)
>

If I'm reading this right, the correct way to generate the sequence 35 34 33
on OS X is

seq 35 - 1 33

If so, I'm a bit surprised, and it doesn't work like that under Linux. Can
you confirm this?

Axel
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to