Dropped support for mksh.

This commit is contained in:
dylan araps 2016-01-06 18:28:56 +11:00
parent 53496dbd92
commit d55b9f6693
1 changed files with 1 additions and 0 deletions

1
fetch
View File

@ -411,6 +411,7 @@ getwindowmanager () {
xinitrc=$(grep "^[^#]*exec" "${HOME}/.xinitrc") xinitrc=$(grep "^[^#]*exec" "${HOME}/.xinitrc")
windowmanager="${xinitrc/exec /}" windowmanager="${xinitrc/exec /}"
windowmanager="${windowmanager/-session/}" windowmanager="${windowmanager/-session/}"
windowmanager="${windowmanager^}"
else else
case "$os" in case "$os" in