1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00

cleanliness.sh: Exit if stash is needed

This commit is contained in:
Moritz 'Morty' Strübe 2022-11-11 16:44:05 +01:00 committed by Jonah Graham
parent 76fe5e6e2d
commit 848ce9c10b

View file

@ -14,6 +14,7 @@ set -e
if test ! -z "$(git status -s -uno)"; then
echo "You have changes. Please stash them before continuing."
exit 1
fi
##