fixed bad language

This commit is contained in:
Yann Esposito (Yogsototh) 2010-10-14 15:46:48 +02:00
parent aaca5547bf
commit 35475d41d6
4 changed files with 4 additions and 7 deletions

View file

@ -147,6 +147,5 @@ As I say often: the right tool for your need instead of the same tool for all yo
Because here `C` is clearly far superior than Ruby to handle this simple tasks.
I am Curious to know whether there is a better way to do this in Ruby I don't know.
I am confident in Python this kind of task should be handled nicely.
I am curious to know if somebody know a nice way to do this with Ruby or Python.

View file

@ -171,8 +171,7 @@ fr: Mais on voit bien comment on peut facilement améliorer ce code, ajouter des
fr: Comme je dis souvent : le bon outil pour la bonne tâche.
fr: On voit en effet que pour cette tâche `C` est bien supérieur à Ruby par exemple.
en: I am Curious to know whether there is a better way to do this in Ruby I don't know.
en: I am confident in Python this kind of task should be handled nicely.
en: I am curious to know if somebody know a nice way to do this with Ruby or Python.
fr: Je serai curieux de savoir s'il existe un manière plus propre en Ruby que je ne connais pas.
fr: Certainement qu'en Python ça doit être la cas.

View file

@ -187,8 +187,7 @@ But we can see how easy and clean it should be to improve.
As I say often: the right tool for your need instead of the same tool for all your needs.
Because here <code>C</code> is clearly far superior than Ruby to handle this simple tasks.</p>
<p>I am Curious to know whether there is a better way to do this in Ruby I don&rsquo;t know.
I am confident in Python this kind of task should be handled nicely.</p>
<p>I am curious to know if somebody know a nice way to do this with Ruby or Python.</p>
</div>

View file

@ -7,7 +7,7 @@ if [[ $HOST = "YiMac.local" ]]; then
git pull
(( $? == 0 )) || { exit 1 }
# empty regen depencies cache because of a bug
\rm -f ./tmp/*
# \rm -f ./tmp/*
./tasks/recompile
if git status | grep 'nothing to commit'>/dev/null 2>&1; then
else