Created attachment 136236 [details] [review] awk-length.patch I got multiple awk errors when tried to use xdg-utils and xdg-settings. For example: $~ xdg-mime query default text/html awk: cmd. line:13: Unexpected token awk: cmd. line:13: Unexpected token awk: cmd. line:13: Unexpected token firefox.desktop After some testing I've found the reason: awk funnction "length" is used without parenthesis which is unsupported by gawk. I've created simple patch to fix this.
Thanks, patch committed
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.