mirror of
https://github.com/golang/go
synced 2024-11-19 07:54:43 -07:00
run.bash: fix a typo (fix build)
R=golang-dev CC=golang-dev https://golang.org/cl/6506121
This commit is contained in:
parent
329b27a566
commit
a1a414e6f1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user