aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdist.sh2
-rwxr-xr-xtap-driver.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/dist.sh b/dist.sh
index 9a2f001..e367038 100755
--- a/dist.sh
+++ b/dist.sh
@@ -4,4 +4,4 @@ set -e
4rm -f man/*.[35] include/openssl/*.h 4rm -f man/*.[35] include/openssl/*.h
5./autogen.sh 5./autogen.sh
6./configure 6./configure
7make -j2 distcheck 7make -j4 distcheck
diff --git a/tap-driver.sh b/tap-driver.sh
index fea066f..0ca4903 100755
--- a/tap-driver.sh
+++ b/tap-driver.sh
@@ -1,5 +1,5 @@
1#! /bin/sh 1#! /bin/sh
2# Copyright (C) 2011-2021 Free Software Foundation, Inc. 2# Copyright (C) 2011-2020 Free Software Foundation, Inc.
3# 3#
4# This program is free software; you can redistribute it and/or modify 4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by