On 14.09.2009 16:44, Jim Meyering wrote:
Christophe LYON wrote:
Hello,
Here is a small patch to make "make check" PASS when a suitable perl
is not in /usr/bin. (without this, I had update-copyright.sh FAIL,
while my system has fairly recent perl installed, but not in /usr/bin)
Thanks for the
Christophe LYON wrote:
> Hello,
>
> Here is a small patch to make "make check" PASS when a suitable perl
> is not in /usr/bin. (without this, I had update-copyright.sh FAIL,
> while my system has fairly recent perl installed, but not in /usr/bin)
Thanks for the patch.
However, that test should exi
Christophe LYON st.com> writes:
>
> Hello,
>
> Here is a small patch to make "make check" PASS when a suitable perl is
> not in /usr/bin. (without this, I had update-copyright.sh FAIL, while my
> system has fairly recent perl installed, but not in /usr/bin)
>
> TMP=$TMP_BASE
> s=$TMP-scrip
Hello,
Here is a small patch to make "make check" PASS when a suitable perl is
not in /usr/bin. (without this, I had update-copyright.sh FAIL, while my
system has fairly recent perl installed, but not in /usr/bin)
Christophe.
diff -ru coreutils-7.6/build-aux/update-copyright
coreutils-7.6-p