Skip to content
Snippets Groups Projects
Commit ff33a3ef authored by Orgis, Dr. Thomas's avatar Orgis, Dr. Thomas
Browse files

more exit

parent ab886edd
No related branches found
No related tags found
No related merge requests found
...@@ -416,7 +416,7 @@ if [ ! -e $prefix/.done ]; then ...@@ -416,7 +416,7 @@ if [ ! -e $prefix/.done ]; then
touch $prefix/.done touch $prefix/.done
else else
echo DP3 already installed. echo DP3 already installed.
fi fi || exit 1
prefix=$INSTALLDIR/wsclean prefix=$INSTALLDIR/wsclean
if [ ! -e $prefix/.done ]; then if [ ! -e $prefix/.done ]; then
...@@ -460,7 +460,7 @@ if [ ! -e $prefix/.done ]; then ...@@ -460,7 +460,7 @@ if [ ! -e $prefix/.done ]; then
touch $prefix/.done touch $prefix/.done
else else
echo WSClean already installed. echo WSClean already installed.
fi fi || exit 1
prefix=$INSTALLDIR/pyBDSF && prefix=$INSTALLDIR/pyBDSF &&
pybdsflib=$prefix/lib/python$PYTHON_VERSION/site-packages pybdsflib=$prefix/lib/python$PYTHON_VERSION/site-packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment