Commit f37e72eafc1e5626cb65707c3d7994e73766bd6e
1 parent
d67610f632
Exists in
master
up
Showing 8 changed files with 18 additions and 2 deletions Side-by-side Diff
main_tools/ConfPass.sh
main_tools/ExploitConfidencePass.sh
... | ... | @@ -13,6 +13,9 @@ |
13 | 13 | # Date : 25/06/13 # |
14 | 14 | ##################################################### |
15 | 15 | |
16 | +echo "### ExploitConfidencePass.sh ###" | |
17 | + | |
18 | + | |
16 | 19 | # Check OTMEDIA_HOME env var |
17 | 20 | if [ -z ${OTMEDIA_HOME} ] |
18 | 21 | then |
... | ... | @@ -133,7 +136,7 @@ |
133 | 136 | { |
134 | 137 | RES_CONF_DIR=$(cat $CONFPASS_CONFIG_FILE | grep "^RES_CONF_DIR=" | cut -f2 -d"=") |
135 | 138 | RES_CONF=$(cat $CONFPASS_CONFIG_FILE | grep "^CONF_DIR=" | cut -f2 -d"=") |
136 | - print_warn "Use confidence measure from : $RES_CONF" 1 | |
139 | + print_warn "[${BASENAME}] Use confidence measure from : $RES_CONF" 1 | |
137 | 140 | } |
138 | 141 | else |
139 | 142 | { |
main_tools/FirstPass.sh
main_tools/RecomposePass.sh
main_tools/ScoringRes.sh
main_tools/SecondPass.sh
main_tools/ThirdPass.sh
tools/scripts/Tools.sh
... | ... | @@ -33,7 +33,7 @@ |
33 | 33 | # check verbose level |
34 | 34 | if [ $2 -le $VERBOSE ] |
35 | 35 | then |
36 | - for (( dec=1 ; $dec<$2 ; dec++ )); do echo -ne "\t"; done | |
36 | + #for (( dec=1 ; $dec<$2 ; dec++ )); do echo -ne "\t"; done | |
37 | 37 | # print warn |
38 | 38 | if [ $1 = $WARN ]; then echo -ne "##WARNING : $3\n"; exit 0; fi |
39 | 39 | # default info |