diff options
-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 |