1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

(PRINTABLE_OS_NAME): Remove special case for The

Hurd; Robert Millan reported that the uname test is now
sufficient.
This commit is contained in:
Werner Koch 2003-10-21 17:11:32 +00:00
parent 1bc1427e72
commit cf2c58e686
2 changed files with 6 additions and 4 deletions

View file

@ -600,10 +600,6 @@ case "${target}" in
*-linux*)
PRINTABLE_OS_NAME="GNU/Linux"
;;
dnl let that after linux to avoid gnu-linux problems
*-gnu*)
PRINTABLE_OS_NAME="GNU/Hurd"
;;
*)
PRINTABLE_OS_NAME=`uname -s || echo "Unknown"`
;;