Merge lp://staging/~evarlast/charms/trusty/kibana/fix-tarball-install-check into lp://staging/charms/trusty/kibana
Proposed by
Jay R. Wren
Status: | Merged |
---|---|
Merged at revision: | 17 |
Proposed branch: | lp://staging/~evarlast/charms/trusty/kibana/fix-tarball-install-check |
Merge into: | lp://staging/charms/trusty/kibana |
Diff against target: |
12 lines (+1/-1) 1 file modified
hooks/install (+1/-1) |
To merge this branch: | bzr merge lp://staging/~evarlast/charms/trusty/kibana/fix-tarball-install-check |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Charles Butler (community) | Approve | ||
Review via email: mp+255380@code.staging.launchpad.net |
Description of the change
Fix a bug introduced in https:/
[! isn't valid bash, a space is needed, and since its bash, may as well use [[ and ]] to prevent forking /usr/bin/[
To post a comment you must log in.
+1 LGTM Thanks for the catch!