diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-08-22 17:31:51 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-08-22 17:31:51 +0000 |
commit | 22c4ab27ddc5c24ed35b858f0f18c9a64f04c258 (patch) | |
tree | e094ab2b306d2d187a06869e62c3f806ed1b7ca6 /sci-libs/blas-reference/files/blas-reference-20070226-autotool.patch | |
parent | Stable on ppc wrt bug 235279 (diff) | |
download | historical-22c4ab27ddc5c24ed35b858f0f18c9a64f04c258.tar.gz historical-22c4ab27ddc5c24ed35b858f0f18c9a64f04c258.tar.bz2 historical-22c4ab27ddc5c24ed35b858f0f18c9a64f04c258.zip |
Removed bashisms in tests, closing bug #233953
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.23-gentoo-r9 x86_64
Diffstat (limited to 'sci-libs/blas-reference/files/blas-reference-20070226-autotool.patch')
-rw-r--r-- | sci-libs/blas-reference/files/blas-reference-20070226-autotool.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/blas-reference/files/blas-reference-20070226-autotool.patch b/sci-libs/blas-reference/files/blas-reference-20070226-autotool.patch index a4cdc6e1d91a..8d8192fc0254 100644 --- a/sci-libs/blas-reference/files/blas-reference-20070226-autotool.patch +++ b/sci-libs/blas-reference/files/blas-reference-20070226-autotool.patch @@ -234,10 +234,10 @@ @@ -0,0 +1,9 @@ +#!/bin/sh + -+for t in {c,s,d,z}blat1; do ++for t in cblat1 sblat1 dblat1 zblat1; do + ./x${t} +done + -+for t in {c,s,d,z}blat{2,3}; do ++for t in cblat2 sblat2 dblat2 zblat2 cblat3 sblat3 dblat3 zblat3; do + ./x${t} < ../${t}.in +done |