Merge pull request #2157 from kevinxuewei/patch-1

Update make-all-linux-project.sh
This commit is contained in:
minggo 2013-03-14 03:20:16 -07:00
commit 2cfcff0b1a
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ MISSING=
echo "Checking for missing packages ..."
for i in $DEPENDS; do
if ! dpkg-query -W --showformat='${Status}\n' $i | grep "install ok installed" > /dev/null; then
MISSING+=$i
MISSING+="$i "
fi
done