Bug 106564 - missing square brackets on if condition
Summary: missing square brackets on if condition
Status: RESOLVED DUPLICATE of bug 106161
Alias: None
Product: xdgmime
Classification: Unclassified
Component: xdgmime (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Jonathan Blandford
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-18 13:26 UTC by edacval
Modified: 2018-06-07 10:01 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description edacval 2018-05-18 13:26:52 UTC
In https://cgit.freedesktop.org/xdg/xdg-utils/commit/?d=9cb017ae0eaa80c595445e083b2ea7c58569bf12
braces is missing around  complex test  expression, should be:

 if [ pcmanfm --help >/dev/null 2>&1 -a is_file_url_or_path "$1" ]; then
Comment 1 edacval 2018-06-07 10:01:04 UTC

*** This bug has been marked as a duplicate of bug 106161 ***


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.