mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +02:00
cleanliness.sh: Exit if stash is needed
This commit is contained in:
parent
76fe5e6e2d
commit
848ce9c10b
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ set -e
|
||||||
|
|
||||||
if test ! -z "$(git status -s -uno)"; then
|
if test ! -z "$(git status -s -uno)"; then
|
||||||
echo "You have changes. Please stash them before continuing."
|
echo "You have changes. Please stash them before continuing."
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
Loading…
Add table
Reference in a new issue