aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist.sh b/dist.sh
index 5cb08d4..f4d7657 100755
--- a/dist.sh
+++ b/dist.sh
@@ -4,4 +4,4 @@ set -e
4rm -f man/*.1 man/*.3 4rm -f man/*.1 man/*.3
5./autogen.sh 5./autogen.sh
6./configure --enable-libtls 6./configure --enable-libtls
7make dist 7make -j4 distcheck