Remove sort wrapper.

agent-restrict now takes care of this itself.
This commit is contained in:
Darren Tucker 2022-01-13 15:53:33 +11:00
parent 9cc2654403
commit c171879374
1 changed files with 0 additions and 6 deletions

View File

@ -79,12 +79,6 @@ if test "x${EGREP}" != "x"; then
}
fi
# Force sort to have stable output.
sort()
{
env LC_ALL=C sort "$@"
}
SRC=`dirname ${SCRIPT}`
# defaults