check for missing objects

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-18 01:46:40 +01:00
parent 4cc237fa03
commit 50f9d65d0d
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ if [ -f "$finished" ]; then
exit 0
fi
echo "Checking code for $object ..."
echo "Checking code for $object ..."
if [ -f "$require" ]; then
while read requirement; do