27 Sep
2011
27 Sep
'11
9:51 a.m.
Am 27.09.2011 06:23, schrieb Gerardo Exequiel Pozzi:
- if [ "${rhs:0:1}" = "\"" ]; then + if [ "\"" = "${rhs:0:1}" = ]; then
I testing the whole branch with archiso. But this patch introduced a regression:
"ash: =: unknown operand" :: Starting udevd...
tracing shows:
+ echo archisobasedir=arch + lhs=archisobasedir + [ " = a = ] ash: =: unknown operand
It's typo. When you see it, you will cry.