1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-18 21:32:12 +02:00

remove extra space

This commit is contained in:
Jim Meyering
2000-07-01 16:45:31 +00:00
parent 1fe03869c8
commit a3ff3953fc

View File

@@ -6,7 +6,7 @@
case "$PERL" in
*'missing perl')
echo 1>&2 "$0: configure didn't find a usable version of Perl," \
" so can't run this test"
"so can't run this test"
exit 77
;;
esac