control: reopen -1

Sorry, but this change doesn't solve the problem, the "2>&1" must be
moved before '|sed' .
The two lines with systemd-analyze are OK.

I guess it would have been easier if I had provided a patch :-/

tchet@antec:~$ DIR=/tmp
tchet@antec:~$ systemd-delta --no-pager|sed "s%\x1b[^m]*m%%g"
>$DIR/systemd-delta.txt 2>&1
diff failed with error code 1.
diff failed with error code 1.

>> (twice)
>> -    systemd-delta --no-pager|sed "s%\x1b[^m]*m%%g" >$DIR/systemd-delta.txt
>> +    systemd-delta --no-pager 2>&1|sed "s%\x1b[^m]*m%%g" 
>> >$DIR/systemd-delta.txt


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to