]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
auto-convert functions with fixed string arguments
authorAlan T. DeKok <aland@freeradius.org>
Mon, 9 Oct 2023 13:09:33 +0000 (09:09 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 9 Oct 2023 13:09:33 +0000 (09:09 -0400)
commit5389c8741c3468f6c9be6e5745ffa7c77d825be5
treec27e3a8cbe813d2e7b0f639c7b161d2803f3dad1
parentb4af84428990140af855f5ca7a6ecbc7790cc4bf
auto-convert functions with fixed string arguments

perl -p -i -e "s/%{([a-zA-Z0-9._-]+):([^&%{}=']+)}/%\$1('\$2')/g"  $(git grep -lE '%\{[a-z0-9.-]+:' src/tests/keywords/ src/tests/modules)
src/tests/keywords/md4
src/tests/keywords/md5
src/tests/keywords/rand
src/tests/keywords/sha1
src/tests/modules/idn/idn.unlang
src/tests/modules/redis/module.conf
src/tests/modules/redis_ippool/module.conf
src/tests/modules/sql/groups.unlang