Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
43bcf479
Commit
43bcf479
authored
Nov 18, 2009
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make all.bash finish on FreeBSD
R=dho CC=golang-dev
https://golang.org/cl/156067
parent
b3f538a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
doc/progs/run
doc/progs/run
+1
-1
misc/cgo/stdio/test.bash
misc/cgo/stdio/test.bash
+2
-0
No files found.
doc/progs/run
View file @
43bcf479
#!/
bin/
bash
#!/
usr/bin/env
bash
# Copyright 2009 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
...
...
misc/cgo/stdio/test.bash
View file @
43bcf479
...
...
@@ -3,6 +3,8 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
if
[
"
$(
uname
)
"
=
"FreeBSD"
]
;
then
exit
0
;
fi
set
-e
gomake hello fib chain
echo
'*'
hello
>
run.out
...
...
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