Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alexmarsev/soxr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Sykes <rob-Ideapad-S205>2013-10-04 10:57:11 +0400
committerRob Sykes <rob-Ideapad-S205>2013-10-04 10:57:11 +0400
commitad0a20e3da8866a1f8e60ad878c221d90eebf487 (patch)
tree366123c0e1cab0046b88f1440cba441b6a4d62ca
parent3c44f12164b3965c9016a03202ceac3edb45c9ef (diff)
require override to make dist when tree not git clean
-rwxr-xr-xdist1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist b/dist
index 47a6bac..759c580 100755
--- a/dist
+++ b/dist
@@ -5,6 +5,7 @@ set -e
# Makes the distribution tarball
+test $# = 1 -o `git status -s|wc -c` = 0
rm -rf Release
./go -j4
cd Release