From: Arran Cudbard-Bell Date: Mon, 9 Dec 2019 13:22:19 +0000 (+0700) Subject: Typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eecb4550d3edd0c364ee97fbe7943e3b2a990c38;p=thirdparty%2Ffreeradius-server.git Typo --- diff --git a/scripts/build/gprof-profile.sh b/scripts/build/gprof-profile.sh index 4fc2e0617b8..9088629b01b 100755 --- a/scripts/build/gprof-profile.sh +++ b/scripts/build/gprof-profile.sh @@ -43,7 +43,7 @@ if ! test -e "$bin"; then fi if ! $need_something && ! otool -L "$bin" | grep 'libprofiler' > /dev/null; then - ERROR "$1 must be linked against libprofiler" + ERROR "$bin must be linked against libprofiler" ERROR "Either '-lprofiler' or \`brew install gperftools\` and rerun configure" need_something=true fi