summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-11-29 16:43:38 +0100
committerJim Meyering <meyering@redhat.com>2009-11-30 16:55:04 +0100
commitcea5dc237ac3e1e50637a289fe21d961e93c6585 (patch)
tree2932904cec6600294bfcfbfae1c6c1a1538c7336 /vms
parente03f560fae58821cc4f8b51f910ec379227601fd (diff)
downloadgrep-cea5dc237ac3e1e50637a289fe21d961e93c6585.tar.gz
maint: enable trailing_blank check
* cfg.mk (local-checks-to-skip): Enable sc_trailing_blank. * AUTHORS: Remove trailing blanks. * COPYING: Likewise. * README: Likewise. * README-alpha: Likewise. * README-boot: Likewise. * THANKS: Likewise. * TODO: Likewise. * src/dfa.c: Likewise. * src/mbsupport.h: Likewise. * tests/backref.sh: Likewise. * tests/file.sh: Likewise. * tests/options.sh: Likewise. * tests/tests: Likewise. * vms/README: Likewise. * vms/make.com: Likewise.
Diffstat (limited to 'vms')
-rw-r--r--vms/README2
-rw-r--r--vms/make.com6
2 files changed, 4 insertions, 4 deletions
diff --git a/vms/README b/vms/README
index f49374b3..b43318ca 100644
--- a/vms/README
+++ b/vms/README
@@ -1,6 +1,6 @@
Copyright (C) 1992, 1997, 1998, 1999, 2000, 2001, 2002, 2004,
2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
-
+
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
diff --git a/vms/make.com b/vms/make.com
index c816966c..e1022487 100644
--- a/vms/make.com
+++ b/vms/make.com
@@ -12,12 +12,12 @@ $ ccopt = "/decc/prefix=all" + ccopt
$ endif
$ endif
$ if f$extract(1,3,f$getsyi("Version")) .lts. "7.0"
-$ then
+$ then
$ if f$search("x11vms:xvmsutils.olb").eqs.""
$ then
$ type sys$input
-To build grep on OpenVMS versions prior to 7.x you need to install the
-xvmsutils to get the close-/open-/readdir functions. The library can be
+To build grep on OpenVMS versions prior to 7.x you need to install the
+xvmsutils to get the close-/open-/readdir functions. The library can be
found at http://www.decus.de:8080/www/vms/sw/xvmsutils.htmlx
Exiting now