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

minor bugfix

parent e451a4cd
No related branches found
No related tags found
1 merge request!70Fix minor bug in build script
......@@ -44,7 +44,7 @@ git clone -b ${JUGGLER_DETECTOR_VERSION} https://eicweb.phy.anl.gov/EIC/detector
#fi
## 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
if [ ! -d accelerator ]; then
if [ -d accelerator ]; then
echo "cleaning up accelerator"
rm -rf accelerator
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment