diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2020-08-03 13:46:11 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2020-08-03 13:46:11 +0000 |
commit | 178b0490c2df2674c6491d007e3b508bc939552d (patch) | |
tree | aa3cd0640c84bf5fa65a20a37af12fa8c8185b97 /Tools | |
parent | c084561de1d13020d41697c2d791584eb1fdac4d (diff) | |
download | freebsd-ports-178b0490c2df2674c6491d007e3b508bc939552d.zip |
- Update wording/style on REINPLACE_CMD checks
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/scripts/sed_checked.sh | 2 |
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 |