changeset 5147:e90134cc9520 draft

configure: Set a blank default hostname for non Linux Wups, I was debugging.
author Roy Marples <roy@marples.name>
date Thu, 16 Apr 2020 23:26:49 +0100
parents 389bc505382e
children 5f4227456653
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Apr 16 21:00:58 2020 +0100
+++ b/configure	Thu Apr 16 23:26:49 2020 +0100
@@ -504,7 +504,7 @@
 	DEFAULT_HOSTNAME="${_DEFAULT_HOSTNAME}"
 else
 	case "$OS" in
-	*|linux*)	DEFAULT_HOSTNAME="(none)";;
+	linux*)	DEFAULT_HOSTNAME="(none)";;
 	*)	DEFAULT_HOSTNAME="";;
 	esac
 fi