Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/goPublic

Commite65172a

Browse files
committed
[release-branch.go1] run.bash: fix a typo (fix build)
««« backport 11cdfc399090run.bash: fix a typo (fix build)R=golang-devCC=golang-devhttps://golang.org/cl/6506121»»»
1 parentc01c6c6 commite65172a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/run.bash‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ulimit -c 0
1818
# We need at least 256 files and ~300 MB of bss.
1919
# On OS X ulimit -S -n rejects 'unlimited'.
2020
["$(ulimit -H -n)"=="unlimited" ]||ulimit -S -n$(ulimit -H -n)
21-
["$(ulimit -H -d)"=="unlimited" ]||ulimit -S -n$(ulimit -H -d)
21+
["$(ulimit -H -d)"=="unlimited" ]||ulimit -S -d$(ulimit -H -d)
2222

2323
# allow all.bash to avoid double-build of everything
2424
rebuild=true

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp