Re: realpath(1) import proposal

2020-01-05 Thread Kamil Rytarowski
On 05.01.2020 18:23, Leonardo Taccari wrote: > Hello Kamil, > > Kamil Rytarowski writes: >> I propose to import realpath(1) from FreeBSD. >> >> It is a small program with less than 100 LOC. >> >> https://github.com/freebsd/freebsd/tree/master/bin/realpath >> >> The FreeBSD version works as-is (aft

Re: realpath(1) import proposal

2020-01-05 Thread Leonardo Taccari
Hello Kamil, Kamil Rytarowski writes: > I propose to import realpath(1) from FreeBSD. > > It is a small program with less than 100 LOC. > > https://github.com/freebsd/freebsd/tree/master/bin/realpath > > The FreeBSD version works as-is (after patching __FBSDID and __dead2). > > realpath(1) is a pa

realpath(1) import proposal

2020-01-05 Thread Kamil Rytarowski
I propose to import realpath(1) from FreeBSD. It is a small program with less than 100 LOC. https://github.com/freebsd/freebsd/tree/master/bin/realpath The FreeBSD version works as-is (after patching __FBSDID and __dead2). realpath(1) is a part of coreutils on Linux and sometimes programs use i