diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-01 08:39:44 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-01 08:39:44 +0000 |
commit | 7f0a5491f53c01c01f68499ebfd1e4bc21b77a78 (patch) | |
tree | 41a32ff6489e74bd086addb955ba525b6a29e82d /Keywords | |
parent | 4650b85a015b7b2e2fe21c02ea35dc93b6d98d14 (diff) | |
download | ports-7f0a5491f53c01c01f68499ebfd1e4bc21b77a78.tar.gz ports-7f0a5491f53c01c01f68499ebfd1e4bc21b77a78.zip |
Notes
Diffstat (limited to 'Keywords')
-rw-r--r-- | Keywords/sample.ucl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Keywords/sample.ucl b/Keywords/sample.ucl index 7ca2df923753..548cc20018e1 100644 --- a/Keywords/sample.ucl +++ b/Keywords/sample.ucl @@ -57,6 +57,6 @@ pre-deinstall: <<EOD if cmp -s "${target_file}" "${sample_file}"; then rm -f "${target_file}" else - echo "You may need to manually remove ${target_file} if it's no longer needed." + echo "You may need to manually remove ${target_file} if it is no longer needed." fi EOD |