Skip to content
Snippets Groups Projects

Fix minor bug in build script

Merged Sylvester Joosten requested to merge fix_build into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
Loading