From: Shenghou Ma Date: Fri, 21 Sep 2012 19:55:14 +0000 (+1000) Subject: [release-branch.go1] run.bash: fix a typo (fix build) X-Git-Tag: go1.0.3~16 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e65172afbe2e5ffaf84843cd74c856d4c06bd8b4;p=gostls13.git [release-branch.go1] run.bash: fix a typo (fix build) ««« backport 11cdfc399090 run.bash: fix a typo (fix build) R=golang-dev CC=golang-dev https://golang.org/cl/6506121 »»» --- diff --git a/src/run.bash b/src/run.bash index 639cc55b45..f54b9160d4 100755 --- a/src/run.bash +++ b/src/run.bash @@ -18,7 +18,7 @@ ulimit -c 0 # We need at least 256 files and ~300 MB of bss. # On OS X ulimit -S -n rejects 'unlimited'. [ "$(ulimit -H -n)" == "unlimited" ] || ulimit -S -n $(ulimit -H -n) -[ "$(ulimit -H -d)" == "unlimited" ] || ulimit -S -n $(ulimit -H -d) +[ "$(ulimit -H -d)" == "unlimited" ] || ulimit -S -d $(ulimit -H -d) # allow all.bash to avoid double-build of everything rebuild=true