repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
maint: fix a comment typo
[coreutils.git]
/
tests
/
require-perl
blob
a6d9dc9d330788ac16df6565d1908558ac67829d
1
: ${PERL=perl}
2
$PERL -e 'use warnings' > /dev/null 2>&1 || {
3
echo 1>&2 "$0: configure did not find a usable version of Perl," \
4
"so skipping this test"
5
Exit 77
6
}