Skip to content
GitLab
Menu
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
f0dee4b1
Commit
f0dee4b1
authored
Sep 14, 2010
by
David Johnson
Browse files
Bug Fix: iperf-fetch.sh was sending a bogus relative path to patch.
parent
206d4e10
Changes
1
Show whitespace changes
Inline
Side-by-side
event/linktest/iperf/iperf-fetch.sh
View file @
f0dee4b1
...
...
@@ -37,7 +37,7 @@ if [ ! -d $dir/iperf-$version/src ]; then
echo
"ERROR: iperf-fetch.sh: tar failed"
exit
1
}
cd
iperf-
$version
&&
patch
-p0
<
$srcdir
/iperf-patch
||
{
cd
iperf-
$version
&&
patch
-p0
<
../
$srcdir
/iperf-patch
||
{
echo
"ERROR: iperf-fetch.sh: patch failed"
exit
1
}
...
...
Write
Preview
Supports
Markdown
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