[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#22428: SED 4.2.2 vs SED 4.1.5
From: |
Paolo Bonzini |
Subject: |
bug#22428: SED 4.2.2 vs SED 4.1.5 |
Date: |
Fri, 22 Jan 2016 12:17:51 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 |
On 21/01/2016 21:35, WALTHER PLANZO II wrote:
> · However, on M2 that runs SUSE Linux Enterprise Desktop 11
> (x86_64) with perl v5.10.0, when I run the exact same perl script that
> invokes the exact same line that contains the SED commands above, I get
> the error below :
>
> o sed: -e expression #2, char 1: unknown command: `B`
>
> · On M1 the SED release is 4.2.2, no issues there. My problem is
> on M2 with SED release 4.1.5.
>
Since there's no "B" in the command you quoted, it's possible that the
issue is in Perl 5.10 vs. 5.18.
Paolo