small fixes
This commit is contained in:
parent
eed13bf9d0
commit
93e882e561
@ -129,7 +129,7 @@ cp -r strategies analyze-${analyzedate}/
|
||||
|
||||
for file in $@
|
||||
do
|
||||
echo "${file}" | grep -q "BALANCE" && continue
|
||||
echo "${file}" | egrep -q "BALANCE|MSCI-WORLD-INDEX" && continue
|
||||
if [ "${ANALYZE_BATCH}" -eq "0" ]
|
||||
then
|
||||
echo -n " \"analyze ${file}\"" >>/tmp/parallel-$$
|
||||
|
Loading…
Reference in New Issue
Block a user