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
7ae8e905
Commit
7ae8e905
authored
Sep 14, 2010
by
David Johnson
Browse files
Bug Fix: rude-fetch.sh was sending a bogus relative path to patch.
parent
f0dee4b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
event/linktest/rude/rude-fetch.sh
View file @
7ae8e905
...
...
@@ -40,7 +40,7 @@ if [ ! -d $dir/rude-$version/src ]; then
if
[
-d
rude
-a
!
-d
rude-
$version
]
;
then
mv
rude rude-
$version
fi
cd
rude-
$version
&&
patch
-p0
<
$srcdir
/rude-patch
||
{
cd
rude-
$version
&&
patch
-p0
<
../
$srcdir
/rude-patch
||
{
echo
"ERROR: rude-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