pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files - s/existant/existent/



details:   https://anonhg.NetBSD.org/pkgsrc/rev/614c58617787
branches:  trunk
changeset: 505735:614c58617787
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Jan 06 18:02:05 2006 +0000

description:
- s/existant/existent/

diffstat:

 pkgtools/pkglint/files/pkglint.pl |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r bce649db1fe7 -r 614c58617787 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Fri Jan 06 17:55:43 2006 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Fri Jan 06 18:02:05 2006 +0000
@@ -1,5 +1,5 @@
 #! @PERL@ -w
-# $NetBSD: pkglint.pl,v 1.451 2006/01/06 17:43:18 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.452 2006/01/06 18:02:05 rillig Exp $
 #
 
 # pkglint - static analyzer and checker for pkgsrc packages
@@ -1845,7 +1845,7 @@
                                "The consequence of this change is that shell programs don't terminate",
                                "as soon as an error occurs, but try to continue with the next command.",
                                "Imagine what would happen for these commands:",
-                               "    cd \"\$HOME\"; cd /nonexistant; rm -rf *",
+                               "    cd \"\$HOME\"; cd /nonexistent; rm -rf *",
                                "To fix this warning, either insert \"set -e\" at the beginning of this",
                                "line or use the \"&&\" operator instead of the semicolon.");
                }



Home | Main Index | Thread Index | Old Index