aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Scripts
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-10-20 21:19:39 +0800
committermat <mat@FreeBSD.org>2016-10-20 21:19:39 +0800
commit27ed8f0380be9704cae35b8d193438225c3557c8 (patch)
treeb594c02310213389491ed1ef3bce5cf2cda7ac5b /Mk/Scripts
parent0f844c08480ccaf2b1b054ac1a549be9f1506e63 (diff)
downloadfreebsd-ports-gnome-27ed8f0380be9704cae35b8d193438225c3557c8.tar.gz
freebsd-ports-gnome-27ed8f0380be9704cae35b8d193438225c3557c8.tar.zst
freebsd-ports-gnome-27ed8f0380be9704cae35b8d193438225c3557c8.zip
Replace non breaking space \xa0 with a normal space.
Sponsored by: Absolight
Diffstat (limited to 'Mk/Scripts')
-rw-r--r--Mk/Scripts/qa.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh
index 04d8c9cbc32f..9680c0ca6dfc 100644
--- a/Mk/Scripts/qa.sh
+++ b/Mk/Scripts/qa.sh
@@ -642,7 +642,7 @@ proxydeps() {
# Check that the .so we need has a SONAME
if [ "${dep_file_pkg}" != "${PKGORIGIN}" ]; then
if ! readelf -d "${dep_file}" | grep -q SONAME; then
- err "${file} is linked to ${dep_file} which does not have a SONAME. ${dep_file_pkg} needs to be fixed."
+ err "${file} is linked to ${dep_file} which does not have a SONAME. ${dep_file_pkg} needs to be fixed."
fi
fi