mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 04:22:34 +03:00
Fix name of LibreOffice executable file.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
8b3ed9bfdc
commit
8031fa3a65
@ -24,8 +24,8 @@ staroffice_console() {
|
||||
}
|
||||
|
||||
get_ooffice_executable() {
|
||||
which libreoffice >/dev/null 2>&1 && \
|
||||
echo "libreoffice" || \
|
||||
which loffice >/dev/null 2>&1 && \
|
||||
echo "loffice" || \
|
||||
echo "ooffice"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user