summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bootchart2/bootchart2/bootchartd-no-bashism.patch
blob: b013995a0da413c2a5d9505f8716b43f6e836213 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From ffb5bae5d588aaea6325623462a8070a04767196 Mon Sep 17 00:00:00 2001
From: Robert Yang <liezhi.yang@windriver.com>
Date: Thu, 14 Aug 2014 08:33:28 -0700
Subject: [PATCH] bootchartd.in: no bashism

No bashism in bootchartd.in, so use /bin/sh.

Upstream-Status: Pending

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 bootchartd.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootchartd.in b/bootchartd.in
index a408bab..064f6a4 100755
--- a/bootchartd.in
+++ b/bootchartd.in
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # Bootchart logger script
 # Ziga Mahkovec  <ziga.mahkovec@klika.si>
-- 
1.7.9.5