sbsv2/raptor/bin/sbs_filter
branchwip
changeset 125 dc823469fda2
parent 124 e898967975af
child 198 53dd6a549481
equal deleted inserted replaced
124:e898967975af 125:dc823469fda2
    76 
    76 
    77 # call sbs_filter.py with the arguments
    77 # call sbs_filter.py with the arguments
    78 
    78 
    79 FILTER_START="$SBS_HOME/bin/sbs_filter.py"
    79 FILTER_START="$SBS_HOME/bin/sbs_filter.py"
    80 
    80 
    81 STATE=0
       
    82 if [ -e "$FILTER_START" ]; then
    81 if [ -e "$FILTER_START" ]; then
    83 	# run the source version
    82 	# run the source version
    84 	${__PYTHON__} "$FILTER_START" "$@"
    83 	${__PYTHON__} "$FILTER_START" "$@"
    85 elif [ -e "$FILTER_START"c ]; then
    84 elif [ -e "$FILTER_START"c ]; then
    86 	# run the compiled version
    85 	# run the compiled version