I cross my fingers...
This commit is contained in:
parent
98e5ebf825
commit
49116b883b
5
Makefile
5
Makefile
@ -16,9 +16,10 @@ require_clean_git:
|
||||
git diff-index --cached --quiet --ignore-submodules HEAD --
|
||||
@status=$$(git status --porcelain); \
|
||||
if test "x$${status}" = x; then \
|
||||
echo "No files"; \
|
||||
echo "No untracked files detected"; \
|
||||
else \
|
||||
echo "Untracked files" >&2; \
|
||||
echo "Untracked files detected" >&2; \
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user