From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=0.7 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DNS_FROM_AHBL_RHSBL,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.0 Date: Sat, 2 Apr 2016 18:35:00 +0200 From: Alexey Gladkov To: Linux console tools development discussion Message-ID: <20160402163500.GB24230@comp-core-i7-2640m-0182e6.brq.redhat.com> References: <20160327200032.GA13508@nyan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160327200032.GA13508@nyan> Subject: Re: [kbd] [PATCH] tests: Fix typo in dumpkeys-fulltable X-BeenThere: kbd@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Linux console tools development discussion List-Id: Linux console tools development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 16:34:53 -0000 Archived-At: List-Archive: On Sun, Mar 27, 2016 at 09:00:32PM +0100, Felix Janda wrote: > --- > tests/dumpkeys-fulltable.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/dumpkeys-fulltable.in b/tests/dumpkeys-fulltable.in > index 7c856e5..86af9e2 100755 > --- a/tests/dumpkeys-fulltable.in > +++ b/tests/dumpkeys-fulltable.in > @@ -33,7 +33,7 @@ check_keymap "$DATADIR"/dumpkeys.qwerty-layout.map DEFAULT FALSE > kmap="$DATADIR/dumpkeys.ua-ws.map" > line0="$(grep '^#keymaps ' "$kmap")" ||: > line0="${line0#\#}" > -line1="$(./libkeymap-dumpkeys "$kmap" SEPARATE_LINE FALSE |grep '^keymaps ')" ||: > +line1="$(./libkeymap-dumpkeys "$kmap" SEPARATE_LINES FALSE |grep '^keymaps ')" ||: Ouch! Thank you for your keen eye! Applied. -- Rgrds, legion