mirror of
https://git.busybox.net/busybox
synced 2025-05-10 12:43:48 +02:00
Removed assumptions about umask and locale. Fixed hostname tests to work even when the host has no DNS domain set. Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
3 lines
82 B
Text
3 lines
82 B
Text
f=$(busybox hostname -f).
|
|
d=$(busybox hostname -d)
|
|
test x"${f#*.}" = x"$d${d:+.}"
|