aboutsummaryrefslogtreecommitdiff
path: root/dist.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dist.sh')
-rwxr-xr-xdist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist.sh b/dist.sh
index 7d2af51..bdb549a 100755
--- a/dist.sh
+++ b/dist.sh
@@ -4,4 +4,4 @@ set -e
4rm -f man/*.1 man/*.3 include/openssl/*.h 4rm -f man/*.1 man/*.3 include/openssl/*.h
5./autogen.sh 5./autogen.sh
6./configure 6./configure
7make distcheck 7make -j2 distcheck