Re: [patch] fix test-update-copyright when perl is not in /usr/bin/perl

2009-09-14 Thread Christophe LYON
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

Re: [patch] fix test-update-copyright when perl is not in /usr/bin/perl

2009-09-14 Thread Jim Meyering
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

Re: [patch] fix test-update-copyright when perl is not in /usr/bin/perl

2009-09-14 Thread Eric Blake
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

[patch] fix test-update-copyright when perl is not in /usr/bin/perl

2009-09-14 Thread Christophe LYON
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