[When you resend the series in such a manner that you collect a Cc list manually, please do *not* include me. I'm not interested in this series.] Am 6/2/2010 1:39, schrieb Ævar Arnfjörð Bjarmason: > + # Not everyone has echo -n > + case $(echo -n) in > + \-n) Xn= ; Xc='\c' ;; > + *) Xn=-n ; Xc= > + esac Don't use 'echo'; use 'printf %s'. > + > + gettext () { > + echo $Xn "$1" $Xc > + } > + > + eval_gettext () { > + eval_gettext_var="echo $1" > + echo $Xn `eval $eval_gettext_var` $Xc > + } -- Hannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html