Skip to content

Commit

Permalink
let it be
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Baltzell authored and baltzell committed Sep 20, 2024
1 parent ae9cc7e commit 0b08be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run-clara
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export CLARA_HOME=$(abspath $CLARA_HOME)
export CLAS12DIR=$CLARA_HOME/plugins/clas12

# Generate the file for CLARA containing a file list (of relative paths, not absolute):
test -d $input && find $input -maxdepth 1 -name '*.hipo' \( -type f \) -o \( -type l \) -exec basename {} \; > $CLARA_USER_DATA/filelist.txt
test -d $input && find $input -maxdepth 1 -name '*.hipo' -exec basename {} \; > $CLARA_USER_DATA/filelist.txt
test -f $input && echo $(basename $input) > $CLARA_USER_DATA/filelist.txt
[ $(cat $CLARA_USER_DATA/filelist.txt | wc -l) -gt 0 ] || error "Found no input files."

Expand Down

0 comments on commit 0b08be0

Please sign in to comment.