Skip to content
Snippets Groups Projects
Commit 8c9d72b3 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: syntax error

parent 7b30fe62
No related branches found
No related tags found
1 merge request!185feat: DIS: replace gaudirun with eicrecon
...@@ -20,6 +20,6 @@ if [ "$?" -ne "0" ] ; then ...@@ -20,6 +20,6 @@ if [ "$?" -ne "0" ] ; then
echo "ERROR running eicrecon" echo "ERROR running eicrecon"
exit 1 exit 1
fi fi
if [ -f jana.dot ] ; cp jana.dot results/ ; fi if [ -f jana.dot ] ; then cp jana.dot results/ ; fi
rootls -t ${JUGGLER_REC_FILE_BASE}.tree.edm4eic.root rootls -t ${JUGGLER_REC_FILE_BASE}.tree.edm4eic.root
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment