1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

help font-lock-mode

This commit is contained in:
Jim Meyering
2002-07-16 06:49:50 +00:00
parent b23214fca0
commit c7a1d7f58f

View File

@@ -1,4 +1,5 @@
#!/bin/sh
# -*- perl -*-
# Ensure that rm gives the expected diagnostic when failing to remove a file
# owned by some other user in a directory with theh stick bit set.
@@ -6,12 +7,12 @@
: ${srcdir=.}
case "$PERL" in
*'missing perl')
echo 1>&2 "$0: configure didn't find a usable version of Perl, so can't run this test"
*'missing perl') #'
echo 1>&2 \
"$0: configure didn't find a usable version of Perl, so can't run this test"
exit 77
;;
esac
ARGV_0=$0 exec $PERL -w -- - << \EOP
require 5.003;
use strict;