Signed-off-by: Dongliang Mu <[email protected]>
---
Documentation/ia64/xen.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/ia64/xen.txt b/Documentation/ia64/xen.txt
index a12c74ce2773..aea4bb94aa59 100644
--- a/Documentation/ia64/xen.txt
+++ b/Documentation/ia64/xen.txt
@@ -26,7 +26,7 @@ Getting and Building Xen and Dom0
DomainU OS : RHEL5
1. Download source
- # hg clone http://xenbits.xensource.com/ext/ia64/xen-unstable.hg
+ # hg clone http://xenbits.xensource.com/ext/ia64/xen-unstable
# cd xen-unstable.hg
# hg clone http://xenbits.xensource.com/ext/ia64/linux-2.6.18-xen.hg
--
2.16.2
On Tue, 20 Mar 2018 10:54:22 -0400
Dongliang Mu <[email protected]> wrote:
> - # hg clone http://xenbits.xensource.com/ext/ia64/xen-unstable.hg
> + # hg clone http://xenbits.xensource.com/ext/ia64/xen-unstable
> # cd xen-unstable.hg
> # hg clone http://xenbits.xensource.com/ext/ia64/linux-2.6.18-xen.hg
You will need to fix a 'cd' as well:
cd xen-unstable
Otherwise looks good.
--
Sergei
On 03/20/2018 03:42 PM, Sergei Trofimovich wrote:
> On Tue, 20 Mar 2018 10:54:22 -0400
> Dongliang Mu <[email protected]> wrote:
>
>> - # hg clone http://xenbits.xensource.com/ext/ia64/xen-unstable.hg
>> + # hg clone http://xenbits.xensource.com/ext/ia64/xen-unstable
>> # cd xen-unstable.hg
>> # hg clone http://xenbits.xensource.com/ext/ia64/linux-2.6.18-xen.hg
> You will need to fix a 'cd' as well:
> cd xen-unstable
I will modify that problem. Then resubmit the patch.
Thanks.
>
> Otherwise looks good.
>