summaryrefslogtreecommitdiff
path: root/pkgtools
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
commitd66e28a8c5c4ae564957e2dbbda168ad5e961c66 (patch)
tree4d613398e89d79db51562e8f13af0ab12bb66783 /pkgtools
parent40b4c29a1d3e6fa031ef565a6801d2cbc85cb534 (diff)
downloadpkgsrc-d66e28a8c5c4ae564957e2dbbda168ad5e961c66.tar.gz
- s/existant/existent/
Diffstat (limited to 'pkgtools')
-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.");
}