Commit 9b9bc684 authored by Zhou Peng's avatar Zhou Peng Committed by Brad Fitzpatrick

src/run.bash: remove some trailing whitespace

Change-Id: I56a4d25bdf886d0c0cc9723c197a014dfc9da3d3
Reviewed-on: https://go-review.googlesource.com/103995Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent fdf33730
......@@ -35,7 +35,7 @@ ulimit -c 0
# non-root process is allowed to set the high limit.
# This is a system misconfiguration and should be fixed on the
# broken system, not "fixed" by ignoring the failure here.
# See longer discussion on golang.org/issue/7381.
# See longer discussion on golang.org/issue/7381.
[ "$(ulimit -H -n)" = "unlimited" ] || ulimit -S -n $(ulimit -H -n)
[ "$(ulimit -H -d)" = "unlimited" ] || ulimit -S -d $(ulimit -H -d)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment