Gentoo Archives: gentoo-dev

From: Tavis Ormandy <taviso@g.o>
To: Ciaran McCreesh <ciaranm@g.o>
Cc: seemant@g.o, gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] rfc: epause instead of sleep in ebuilds
Date: Wed, 01 Sep 2004 22:10:07
Message-Id: 20040901221009.GB19241@sdf.lonestar.org
In Reply to: Re: [gentoo-dev] rfc: epause instead of sleep in ebuilds by Ciaran McCreesh
1 On Wed, Sep 01, 2004 at 10:29:28PM +0100, Ciaran McCreesh wrote:
2 > for n in $(seq 1 ${1:-5}) ; do
3 >
4 > I think this might not work on OSX, not sure that they have a seq
5 > available (although they should...).
6
7 you can use this instead:
8
9 for ((n=1;n<=${1:-5};n++)); do
10
11 --
12 -------------------------------------
13 taviso@××××××××××××.org | finger me for my gpg key.
14 -------------------------------------------------------
15
16 --
17 gentoo-dev@g.o mailing list