Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
a1a414e6
Commit
a1a414e6
authored
Sep 16, 2012
by
Shenghou Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
run.bash: fix a typo (fix build)
R=golang-dev CC=golang-dev
https://golang.org/cl/6506121
parent
329b27a5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
run.bash
src/run.bash
+1
-1
No files found.
src/run.bash
View file @
a1a414e6
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment