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
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
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