diff options
author | Nikias Bassen | 2024-04-16 16:42:26 +0200 |
---|---|---|
committer | Nikias Bassen | 2024-04-16 16:42:26 +0200 |
commit | a7f0543fb1ecb20ac7121c0fd77297200e0e43fc (patch) | |
tree | 6ebe78aaf9e314ae8590b911f679c1737e12f89c /Makefile.am | |
parent | bb6a786b676ab5ea6a1a13b5c14ddd965d7583fc (diff) | |
download | libusbmuxd-master.tar.gz libusbmuxd-master.tar.bz2 |
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5ca15d0..559d84c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,4 +7,5 @@ EXTRA_DIST = \ git-version-gen dist-hook: + @if ! git diff --quiet; then echo "Uncommitted changes present; not releasing"; exit 1; fi echo $(VERSION) > $(distdir)/.tarball-version |