diff options
-rw-r--r-- | scripts/xdg-mime.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xdg-mime.in b/scripts/xdg-mime.in index 6302606..0a6c9e9 100644 --- a/scripts/xdg-mime.in +++ b/scripts/xdg-mime.in @@ -416,7 +416,7 @@ check_mimeapps_list() found=1 } } -' "$mimeapps_list" | cut -d ';' -f 1)" +' "$mimeapps_list")" if [ -n "$result" ]; then # $result could be a ; separated list of .desktop files # use the first on the system |