summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-01-06 18:02:05 +0000
committerrillig <rillig@pkgsrc.org>2006-01-06 18:02:05 +0000
commitc77b92322967c02eb72f3d1c5df5ed69e106de6a (patch)
tree4d613398e89d79db51562e8f13af0ab12bb66783 /pkgtools/pkglint
parent563dcb1a351a4d795a1a9d9c173adb004916f1be (diff)
downloadpkgsrc-c77b92322967c02eb72f3d1c5df5ed69e106de6a.tar.gz
- s/existant/existent/
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r--pkgtools/pkglint/files/pkglint.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl
index 84bac06e2aa..5456ae63d9c 100644
--- a/pkgtools/pkglint/files/pkglint.pl
+++ b/pkgtools/pkglint/files/pkglint.pl
@@ -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 @@ sub checkline_mk_shelltext($$) {
"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.");
}