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 diff --git a/net/foreman-proxy/Makefile b/net/foreman-proxy/Makefile index 8628bb0cb52c..b68741e120c0 100644 --- a/net/foreman-proxy/Makefile +++ b/net/foreman-proxy/Makefile @@ -55,7 +55,7 @@ PUPPET4_RUN_DEPENDS= puppet:sysutils/puppet4 \ rubygem-ruby-augeas>=0.5:textproc/rubygem-ruby-augeas post-patch: - @${REINPLACE_CMD} \ + @${REINPLACE_CMD} \ -e "s|/usr/bin/env ruby|${RUBY}|g" \ -e "s|/usr/bin/ruby|${RUBY}|g" \ -e "s|%%PREFIX%%|${PREFIX}|g" \