[Eisfair] Update Base 2.7.5 online

Marcus Roeckrath marcus.roeckrath at gmx.de
Di Aug 23 17:14:36 CEST 2016


Hallo,

Marcus Roeckrath wrote:

> eis # inputfile=sambaexpert
> 
> eis # infofile=$(cat ${inputfile} | grep -v -E '^[ ]*#')

Das geht schief und liefert ein "binary file matches", wenn das info-File
iso-kodiert ist und das System auf utf8 läuft.

eis # infofile=$(cat ${inputfile} | grep -v -E '^[ ]*#')
eis # echo ${infofile}
<package> <name>sambaexpert</name> Binary file (standard input) matches

Vermutlich auch umgekehrt, wenn ein utf-8 kodiertes info-File auf einem
iso-System gegreppt wird.

-- 
Gruss Marcus


Mehr Informationen über die Mailingliste Eisfair