Merge lp:~jjo/charms/precise/rsyslog-forwarder/dont-use-braceexpansion-for-binsh into lp:charms/rsyslog-forwarder

Proposed by JuanJo Ciarlante
Status: Merged
Merged at revision: 8
Proposed branch: lp:~jjo/charms/precise/rsyslog-forwarder/dont-use-braceexpansion-for-binsh
Merge into: lp:charms/rsyslog-forwarder
Diff against target: 26 lines (+3/-3)
3 files modified
hooks/syslog-relation-departed (+1/-1)
hooks/syslog-relation-joined (+1/-1)
revision (+1/-1)
To merge this branch: bzr merge lp:~jjo/charms/precise/rsyslog-forwarder/dont-use-braceexpansion-for-binsh
Reviewer Review Type Date Requested Status
Robert Ayres (community) Approve
Review via email: mp+144955@code.launchpad.net
To post a comment you must log in.
9. By JuanJo Ciarlante

actually ... use /bin/bash :)

Revision history for this message
Robert Ayres (robert-ayres) wrote :

I'll switch 'upgrade-charm' to /bin/bash too :)

review: Approve
Revision history for this message
JuanJo Ciarlante (jjo) wrote :

:) tnx Robert.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/syslog-relation-departed'
2--- hooks/syslog-relation-departed 2013-01-24 11:57:05 +0000
3+++ hooks/syslog-relation-departed 2013-01-25 15:51:25 +0000
4@@ -1,4 +1,4 @@
5-#!/bin/sh
6+#!/bin/bash
7
8 set -ue
9
10
11=== modified file 'hooks/syslog-relation-joined'
12--- hooks/syslog-relation-joined 2013-01-24 11:57:05 +0000
13+++ hooks/syslog-relation-joined 2013-01-25 15:51:25 +0000
14@@ -1,4 +1,4 @@
15-#!/bin/sh
16+#!/bin/bash
17
18 set -ue
19
20
21=== modified file 'revision'
22--- revision 2013-01-24 11:57:05 +0000
23+++ revision 2013-01-25 15:51:25 +0000
24@@ -1,1 +1,1 @@
25-9
26+10

Subscribers

People subscribed via source and target branches

to all changes: