From c38dad137cbf25e7e5f7db4a21959afdf3cd57fa Mon Sep 17 00:00:00 2001 From: jdubois Date: Wed, 5 Jul 2017 23:35:29 +0200 Subject: [PATCH] =?UTF-8?q?modif=20btatu=20:=20ce=20n'=C3=A9tait=20pas=20u?= =?UTF-8?q?ne=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoBash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoBash.md b/HowtoBash.md index dfdc04b8..2f4d4df3 100644 --- a/HowtoBash.md +++ b/HowtoBash.md @@ -62,7 +62,7 @@ readonly var="pas touche" ~~~ ~~~{.bash} -echo $var "joue au ${foot}" +echo $var "joue au ${foo}t" #et surtout pas echo $var "joue au $foot" #car sinon c'est bien le contenu de la variable $foot qui sera remplacé et non $foo