Merge pull request #39851 from rallytime/bp-39104

Back-port #39104 to 2016.11
This commit is contained in:
Nicole Thomas 2017-03-06 14:17:42 -07:00 committed by GitHub
commit 897275ae5f

View file

@ -246,7 +246,7 @@ main() {
fi
# Check to see if --notrim is a valid netstat option
if netstat --notrim 2>&1 >/dev/null | grep -q 'unrecognized'; then
if netstat --notrim -n 2>&1 >/dev/null | grep -q 'unrecognized'; then
NS_NOTRIM=''
fi