[FIX] Turns out process substitution is not POSIX
authorxmo-odoo <xmo-odoo@users.noreply.github.com>
Fri, 16 May 2014 17:01:09 +0000 (19:01 +0200)
committerxmo-odoo <xmo-odoo@users.noreply.github.com>
Fri, 16 May 2014 17:01:09 +0000 (19:01 +0200)
A pipe does not work because the script asks questions, and required
parameters would miss the point.

doc/git.rst

index 1425689..cde8bd2 100644 (file)
@@ -7,7 +7,8 @@ Initializing a working copy
 
 Use the easy-setup shell script::
 
-     sh <( curl https://raw.githubusercontent.com/odoo/odoo/master/checkout.sh )
+     curl -O https://raw.githubusercontent.com/odoo/odoo/master/checkout.sh
+     sh checkout.sh
 
 it will will ask a few questions and create a local copy.