Skip to content

Commit

Permalink
Remove debugging from uncommitted-check rule
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Jun 29, 2011
1 parent 78f3559 commit 384d23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -35,7 +35,7 @@ tmp-dist: uncommitted-check
uncommitted-check:
@if ! git update-index --refresh --unmerged || \
! git diff-index --name-only --exit-code HEAD; then \
echo "*** ERROR: Uncommitted changes in above files" >&2; sleep 2 ; exit 12; else echo foo ; fi
echo "*** ERROR: Uncommitted changes in above files"; exit 1; fi

dist-hook: uncommitted-check
ifndef NODISTHOOK
Expand Down

0 comments on commit 384d23e

Please sign in to comment.