Skip to content
Snippets Groups Projects
Commit 0e21b3c4 authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

fixed if

parent ebf2f7d8
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -23,7 +23,7 @@ INSTALL_FOLDER="$2" ...@@ -23,7 +23,7 @@ INSTALL_FOLDER="$2"
cd $BUILD_FOLDER cd $BUILD_FOLDER
make install make install
if [ ! -d "$INSTALL_FOLDER/lib/python2.7/site-packages/hysop" ] if [ ! -d "$INSTALL_FOLDER/lib/python2.7/site-packages/hysop" ]; then
echo "$INSTALL_FOLDER/lib/python2.7/site-packages/hysop was not created." echo "$INSTALL_FOLDER/lib/python2.7/site-packages/hysop was not created."
exit 1 exit 1
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment