From: Alan T. DeKok Date: Mon, 17 May 2021 00:03:07 +0000 (-0400) Subject: typo X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=988eb71becc5415134c256348933d789aaaf69c1;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/scripts/upgrade/rewrite_attribute_names b/scripts/upgrade/rewrite_attribute_names index dfb90c1a674..1f746ed1e4b 100755 --- a/scripts/upgrade/rewrite_attribute_names +++ b/scripts/upgrade/rewrite_attribute_names @@ -39,7 +39,7 @@ # # v4 create attr to oid file for this program: # -# ./build/make/jlibtool --mode=execute ./build/bin/local/radict -f -p radius -D share/dictionary/ 2>&1) | egrep '26\.' > attrs +# (./build/make/jlibtool --mode=execute ./build/bin/local/radict -f -p radius -D share/dictionary/ 2>&1) | egrep '26\.' | egrep -v internal > attrs # # use strict;