Skip to content
Snippets Groups Projects
Commit 0db66e65 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

minor bugfix

parent 0eb61d47
No related branches found
No related tags found
1 merge request!45minor bugfix to build script
...@@ -42,7 +42,7 @@ git clone -b ${JUGGLER_DETECTOR_VERSION} https://eicweb.phy.anl.gov/EIC/detector ...@@ -42,7 +42,7 @@ git clone -b ${JUGGLER_DETECTOR_VERSION} https://eicweb.phy.anl.gov/EIC/detector
#fi #fi
## We also need an up-to-date copy of the accelerator. For now this is done ## We also need an up-to-date copy of the accelerator. For now this is done
## manually. Down the road we could maybe automize this with cmake ## manually. Down the road we could maybe automize this with cmake
if [ ! -d accelerator ]; then if [ -d accelerator ]; then
echo "cleaning up accelerator" echo "cleaning up accelerator"
rm -rf accelerator rm -rf accelerator
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