diff options
author | Viktor Szakats <commit@vsz.me> | 2023-12-11 16:29:44 +0000 |
---|---|---|
committer | Viktor Szakats <commit@vsz.me> | 2023-12-11 16:29:44 +0000 |
commit | d83d983a3659109f2b2b2de42108f3b665140629 (patch) | |
tree | 1c7dc4df7937aef7ee8b71ab457ac81780308e0a /tap-driver.sh | |
parent | 2d6d9fcc8faf8319c8e7e19fb0c4ab80445ad4ea (diff) | |
download | portable-d83d983a3659109f2b2b2de42108f3b665140629.tar.gz portable-d83d983a3659109f2b2b2de42108f3b665140629.tar.bz2 portable-d83d983a3659109f2b2b2de42108f3b665140629.zip |
delete broken link
Diffstat (limited to 'tap-driver.sh')
-rwxr-xr-x | tap-driver.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tap-driver.sh b/tap-driver.sh index 115e859..1e444b2 100755 --- a/tap-driver.sh +++ b/tap-driver.sh | |||
@@ -131,9 +131,8 @@ fi | |||
131 | # expects on its last input line (which is displayed below by the | 131 | # expects on its last input line (which is displayed below by the |
132 | # last `echo $?' statement), and would thus die reporting an internal | 132 | # last `echo $?' statement), and would thus die reporting an internal |
133 | # error. | 133 | # error. |
134 | # For more information, see the Autoconf manual and the threads: | 134 | # For more information, see the Autoconf manual and the thread: |
135 | # <https://lists.gnu.org/archive/html/bug-autoconf/2011-09/msg00004.html> | 135 | # <https://lists.gnu.org/archive/html/bug-autoconf/2011-09/msg00004.html> |
136 | # <http://mail.opensolaris.org/pipermail/ksh93-integration-discuss/2009-February/004121.html> | ||
137 | trap : 1 3 2 13 15 | 136 | trap : 1 3 2 13 15 |
138 | if test $merge -gt 0; then | 137 | if test $merge -gt 0; then |
139 | exec 2>&1 | 138 | exec 2>&1 |