Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
a245d6cc
Commit
a245d6cc
authored
Oct 31, 2005
by
Timothy Stack
Browse files
Add '-p0' to the patch command so it works on linux.
parent
5ed55eda
Changes
1
Hide whitespace changes
Inline
Side-by-side
event/linktest/iperf/iperf-fetch.sh
View file @
a245d6cc
...
...
@@ -22,7 +22,7 @@ if [ ! -d iperf-2.0.2/src ]; then
echo
"ERROR: iperf-fetch.sh: tar failed"
exit
1
}
cd
iperf-2.0.2
&&
patch < ../iperf-patch
||
{
cd
iperf-2.0.2
&&
patch
-p0
< ../iperf-patch
||
{
echo
"ERROR: iperf-fetch.sh: patch failed"
exit
1
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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