summaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorZhou Peng <p@ctriple.cn>2018-04-01 16:01:52 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2018-04-01 16:12:47 +0000
commit9b9bc684e817bbc9c5ea76a6fa695afa2647480c (patch)
tree79d4b42ad4089ecf3be9d875d0f58957a24dda54 /src/run.bash
parentfdf33730e1f84a5f0cd13bcbf2efbdceedab1114 (diff)
downloadgo-git-9b9bc684e817bbc9c5ea76a6fa695afa2647480c.tar.gz
src/run.bash: remove some trailing whitespace
Change-Id: I56a4d25bdf886d0c0cc9723c197a014dfc9da3d3 Reviewed-on: https://go-review.googlesource.com/103995 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run.bash b/src/run.bash
index 1fde5f4610..5679f99557 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -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)