From: Mike Frysinger <vapier@gentoo.org>
To: ltp-list@lists.sourceforge.net
Subject: Re: [LTP] [PATCH] convert linktest.pl to linktest.sh
Date: Tue, 13 Oct 2009 01:30:29 -0400 [thread overview]
Message-ID: <200910130130.30228.vapier@gentoo.org> (raw)
In-Reply-To: <364299f40910122222q5117ecf0i854db292154132c7@mail.gmail.com>
[-- Attachment #1.1: Type: Text/Plain, Size: 457 bytes --]
On Tuesday 13 October 2009 01:22:02 Garrett Cooper wrote:
> +do_link() {
> + pfix=$1; shift
> + ln_opts=$1; shift
> + limit=$1; shift
any point in shifting ? be simpler to just use $1 $2 $3
> + cd ${pfix}link; \
> + while [ $i -lt $limit ]; do \
why the line continuation ?
> + (( lerrors++ ))
> + (( i++ ))
> + (( TST_COUNT++ ))
i think you want:
: $(( TST_COUNT += 1 ))
-mike
[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
[-- Attachment #2: Type: text/plain, Size: 399 bytes --]
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
[-- Attachment #3: Type: text/plain, Size: 155 bytes --]
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
next prev parent reply other threads:[~2009-10-13 5:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-13 5:22 [LTP] [PATCH] convert linktest.pl to linktest.sh Garrett Cooper
2009-10-13 5:30 ` Mike Frysinger [this message]
2009-10-13 5:40 ` Garrett Cooper
2009-10-13 5:43 ` Mike Frysinger
2009-10-14 19:31 ` Garrett Cooper
2009-10-14 19:32 ` Garrett Cooper
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200910130130.30228.vapier@gentoo.org \
--to=vapier@gentoo.org \
--cc=ltp-list@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox