diff options
-rwxr-xr-x | dist.sh | 2 | ||||
-rwxr-xr-x | tap-driver.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -4,4 +4,4 @@ set -e | |||
4 | rm -f man/*.[35] include/openssl/*.h | 4 | rm -f man/*.[35] include/openssl/*.h |
5 | ./autogen.sh | 5 | ./autogen.sh |
6 | ./configure | 6 | ./configure |
7 | make -j2 distcheck | 7 | make -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 |