Remove sort wrapper.
agent-restrict now takes care of this itself.
This commit is contained in:
parent
9cc2654403
commit
c171879374
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue