From b9c68c62d317eb800c248f3588c6f9518ece8f4b Mon Sep 17 00:00:00 2001 From: Dan Povey Date: Tue, 9 Aug 2011 11:48:55 +0000 Subject: [PATCH] Fix to install.sh script. git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@235 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8 --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index fd153e8c1..bfcc25ba8 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -72,7 +72,7 @@ fi done cp ../ATLAS/include/cblas.h . || exit 1 - if [ ! -e clapack.h ] || [ ! -e f2c.h ] || [ ! -e cblas.h]; then + if [ ! -e clapack.h ] || [ ! -e f2c.h ] || [ ! -e cblas.h ]; then echo "****download clapack.h or f2c.h failed." cd .. exit 1