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

touch -> mkdir

parent 4f37ab3f
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -20,8 +20,8 @@ fi ...@@ -20,8 +20,8 @@ fi
BUILD_FOLDER="$1" BUILD_FOLDER="$1"
INSTALL_FOLDER="$2" INSTALL_FOLDER="$2"
mkdir -p $INSTALL_FOLDER
cd $BUILD_FOLDER cd $BUILD_FOLDER
touch $INSTALL_FOLDER
make install make install
export PYTHONPATH=$INSTALL_FOLDER export PYTHONPATH=$INSTALL_FOLDER
python -c 'import hysop; print hysop' python -c 'import hysop; print hysop'
......
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