From 24fe8d44a2792a26ab69402c0b9b4e99a80da48f Mon Sep 17 00:00:00 2001 From: Ioannis Tziakos Date: Tue, 3 Mar 2015 18:43:01 +0000 Subject: [PATCH] Update install_external.sh --- install_external.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install_external.sh b/install_external.sh index 0426e8f..5f294d2 100755 --- a/install_external.sh +++ b/install_external.sh @@ -1,8 +1,7 @@ #!/bin/bash - +set -e # install pyFoam as a regular user # fetch pyFoam -cd ~ svn co https://svn.code.sf.net/p/openfoam-extend/svn/trunk/Breeder/other/scripting/PyFoam/ # move to installation directory cd PyFoam