mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-23 09:56:42 +08:00
dcae88c009
It's better to be consistent even though spacing is insignificant: http://www.in-ulm.de/~mascheck/various/shebang/#blankrequired
7 lines
263 B
Bash
7 lines
263 B
Bash
#!/bin/sh
|
|
# Perl is not available, the test should be considered skipped.
|
|
# FD 9 should have been opened by the test suite harness, pointing
|
|
# to the original stderr (usually, the user's terminal).
|
|
echo "test skipped: no usable version of Perl found" >&9
|
|
exit 77
|