From 04ae94a2df222fe6f7a71e1949e0567ecc329265 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 4 Sep 2013 23:14:02 +0200 Subject: [PATCH] +hint Signed-off-by: Nico Schottelius --- bin/build-helper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-helper b/bin/build-helper index 4ec4bf1a..aec02412 100755 --- a/bin/build-helper +++ b/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