]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 9 Dec 2019 13:22:19 +0000 (20:22 +0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 9 Dec 2019 13:22:19 +0000 (20:22 +0700)
scripts/build/gprof-profile.sh

index 4fc2e0617b803961837116d48dc4f3e4e8f10aa5..9088629b01b8c02a1275cb83a07710357f2927d1 100755 (executable)
@@ -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