Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
remotes/origin/2.3
Nico Schottelius 12 years ago
parent 5f2aff73dc
commit 04ae94a2df
  1. 2
      bin/build-helper

@ -200,7 +200,7 @@ eof
# Ensure the git status is clean, else abort
if ! git diff-index --name-only --exit-code HEAD ; then
echo "Unclean tree, aborting"
echo "Unclean tree, see files above, aborting"
exit 1
fi

Loading…
Cancel
Save