diff options
author | Viktor Szakats <commit@vsz.me> | 2023-12-11 16:29:44 +0000 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-03-03 15:32:50 -0600 |
commit | c4034613ca29c0676555181cf77b86e07d67ecba (patch) | |
tree | aba615251cf0da927ed8cff082ea73ab9c7c5326 /tap-driver.sh | |
parent | 819b60642d8f7809affc6e4bac9fb3e12a4169bc (diff) | |
download | portable-c4034613ca29c0676555181cf77b86e07d67ecba.tar.gz portable-c4034613ca29c0676555181cf77b86e07d67ecba.tar.bz2 portable-c4034613ca29c0676555181cf77b86e07d67ecba.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 |