Subversion Repositories HomeAutomation

Rev

Rev 960 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 960 Rev 1508
Line 132... Line 132...
132
echo ""
132
echo ""
133
 
133
 
134
if [ $DOPOSTIRC -eq "1" ] ; then
134
if [ $DOPOSTIRC -eq "1" ] ; then
135
    if [ ${#failed[@]} -ne "0" ] ; then
135
    if [ ${#failed[@]} -ne "0" ] ; then
136
        $POSTLINE \#hobby Tested to build modules, ${#failed[@]} failed, ${#successfull[@]} successfull, http://projekt.auml.se/homeautomation:software:embedded:last-build-mod-test
136
        $POSTLINE \#hobby Tested to build modules, ${#failed[@]} failed, ${#successfull[@]} successfull, http://projekt.auml.se/homeautomation:software:embedded:last-build-mod-test
-
 
137
        $POSTLINE2 Tested to build modules, ${#failed[@]} failed, ${#successfull[@]} successfull, http://projekt.auml.se/homeautomation:software:embedded:last-build-mod-test
137
    fi
138
    fi
138
fi
139
fi
139
 
140
 
140
exit 0
141
exit 0
141
 
142