commit-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Inetutils branch, master, updated. v1.9.4.90-10-g4c8e569


From: Simon Josefsson
Subject: [SCM] GNU Inetutils branch, master, updated. v1.9.4.90-10-g4c8e569
Date: Thu, 28 Jan 2021 04:29:06 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  4c8e569dd0910109163122c9819bbff0cb57378e (commit)
      from  6677c1202426c8f4a22c67789415822515f95e0e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=4c8e569dd0910109163122c9819bbff0cb57378e


commit 4c8e569dd0910109163122c9819bbff0cb57378e
Author: Simon Josefsson <simon@josefsson.org>
Date:   Thu Jan 28 10:29:00 2021 +0100

    Fix last commit.

diff --git a/tests/hostname.sh b/tests/hostname.sh
index 4b85cbc..f009135 100755
--- a/tests/hostname.sh
+++ b/tests/hostname.sh
@@ -46,6 +46,7 @@ test $errno -eq 0 || exit $errno
 sys_hostname=`hostname` || errno=$?
 if test $errno -ne 0; then
     echo "System hostname failed (rc $errno out $sys_hostname)." >&2
+    errno=0
     sys_hostname=`uname -n` || errno=$?
     test $errno -eq 0 || echo "Failed uname (rc $errno out $sys_hostname)." >&2
     test $errno -eq 0 || exit $errno

-----------------------------------------------------------------------

Summary of changes:
 tests/hostname.sh | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]