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
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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
run
doc/progs/run
+1
-1
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.
# Copyright 2009 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# license that can be found in the LICENSE file.
...
...
misc/cgo/stdio/test.bash
View file @
43bcf479
...
@@ -3,6 +3,8 @@
...
@@ -3,6 +3,8 @@
# Use of this source code is governed by a BSD-style
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# license that can be found in the LICENSE file.
if
[
"
$(
uname
)
"
=
"FreeBSD"
]
;
then
exit
0
;
fi
set
-e
set
-e
gomake hello fib chain
gomake hello fib chain
echo
'*'
hello
>
run.out
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