Skip to content

shellcheck fixes; make xdg-mime DASH-compatible

Lennard Hofmann requested to merge Ordoviz/xdg-utils:shellcheck into master

I ran shellcheck on all xdg-* scripts and fixed the low-hanging fruits. Most importantly, I replaced == with = in xdg-mime so that it can be run with dash(1).

Merge request reports