mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 18:57:20 -07:00
fix distro name
This commit is contained in:
parent
98f7966b38
commit
f3ec913808
2 changed files with 9 additions and 2 deletions
|
@ -322,7 +322,7 @@ get_distro() {
|
|||
;;
|
||||
*)
|
||||
# assume first field is what we want
|
||||
distro="${issue%% *}";
|
||||
distro="${distro%% *}";
|
||||
;;
|
||||
esac
|
||||
elif [ -r "/etc/issue" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue