diff options
| author | Roy Marples <roy@marples.name> | 2020-04-16 23:26:49 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-04-16 23:26:49 +0100 |
| commit | 219bb4da4ff31128155dee30ad10ffb8c0375454 (patch) | |
| tree | f33a7ae4dc151a1b403e4cb4ab456d372a85cd66 /configure | |
| parent | f25c5516030c7b24de5a3861be0e27be78e9375c (diff) | |
| download | dhcpcd-219bb4da4ff31128155dee30ad10ffb8c0375454.tar.xz | |
configure: Set a blank default hostname for non Linux
Wups, I was debugging.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -504,7 +504,7 @@ if [ -n "${_DEFAULT_HOSTNAME+x}" ]; then DEFAULT_HOSTNAME="${_DEFAULT_HOSTNAME}" else case "$OS" in - *|linux*) DEFAULT_HOSTNAME="(none)";; + linux*) DEFAULT_HOSTNAME="(none)";; *) DEFAULT_HOSTNAME="";; esac fi |
