diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2011-05-02 09:38:04 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2011-05-02 09:38:04 +0000 |
commit | 2b43202957d2d6cae844335d95cbe97014d30cd5 (patch) | |
tree | 3ce8b4e71e3c476dc2dab609b78215e87553979f | |
parent | 4d34305a69677964af6498c03bc1df8c8bd0eca5 (diff) | |
download | ports-2b43202957d2d6cae844335d95cbe97014d30cd5.tar.gz ports-2b43202957d2d6cae844335d95cbe97014d30cd5.zip |
Notes
-rwxr-xr-x | Tools/scripts/chkversion.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/chkversion.pl b/Tools/scripts/chkversion.pl index dcf64cf822c5..ae9284433d43 100755 --- a/Tools/scripts/chkversion.pl +++ b/Tools/scripts/chkversion.pl @@ -39,7 +39,7 @@ # from a (non-root) cron job. # # If you just call it with no preparation, it will compare all port versions -# with their INDEX entries and complain if they have gone backwards. You need +# with their INDEX entries and complain if they have gone backwards. # You need an old INDEX for this, of course. An up-to-date INDEX will accomplish # nothing. # |