From 5d6ea5fd5ee8b8a51711c540a755e2245d3df13c Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 16 Apr 2013 16:21:54 +0000 Subject: [PATCH] Minor changes --- config_files/ParaView.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config_files/ParaView.sh b/config_files/ParaView.sh index f6b257f..618be29 100755 --- a/config_files/ParaView.sh +++ b/config_files/ParaView.sh @@ -316,7 +316,9 @@ data_archive=${SOURCE_DIR}/../../SOURCES/ParaViewData-${PVVERSION}.tar.gz if [ ! -f ${data_archive} ] ; then data_archive=${SOURCE_DIR}/../../SOURCES/ParaViewData-${PVLIBVERSION}.tar.gz fi -check_jb tar xfz ${data_archive} -C ${INST_ROOT} +if [ -f ${data_archive} ] ; then + check_jb tar xfz ${data_archive} -C ${INST_ROOT} +fi cd ${PRODUCT_DIR} -- 2.39.2