aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2020-08-03 13:46:11 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2020-08-03 13:46:11 +0000
commit178b0490c2df2674c6491d007e3b508bc939552d (patch)
treeaa3cd0640c84bf5fa65a20a37af12fa8c8185b97 /Tools
parentc084561de1d13020d41697c2d791584eb1fdac4d (diff)
downloadports-178b0490c2df2674c6491d007e3b508bc939552d.tar.gz
ports-178b0490c2df2674c6491d007e3b508bc939552d.zip
- Update wording/style on REINPLACE_CMD checks
Notes
Notes: svn path=/head/; revision=544069
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/sed_checked.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/sed_checked.sh b/Tools/scripts/sed_checked.sh
index 647d59c7ba19..9c8c270f6099 100755
--- a/Tools/scripts/sed_checked.sh
+++ b/Tools/scripts/sed_checked.sh
@@ -6,7 +6,7 @@ for x in "${@}" ; do
if [ -f "${x}" ]; then
if cmp -s "${x}" "${x}".bak ; then
if [ ! -z "${REWARNFILE}" ]; then
- echo sed failed: file content unchanged from backup: ${x#${WRKSRC}/} >> ${REWARNFILE}
+ echo - - REINPLACE_CMD ran, but did not modify file contents: ${x#${WRKSRC}/} >> ${REWARNFILE}
fi
fi
fi