#!/bin/bash
git diff-tree --quiet -r HEAD@{1}..HEAD@{0} tools/darwin/depends/
echo $?
