aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/isp-imx/isp-imx/0001-run.sh-fix-bashism.patch
blob: 715bed2ae060b3894db139e764212f5d27c6fe06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From 7070abd558e753b89955a966bb83e11f5a7b8462 Mon Sep 17 00:00:00 2001
From: Chris Dimich <Chris.Dimich@boundarydevices.com>
Date: Wed, 17 Feb 2021 14:06:26 -0800
Subject: [PATCH 1/1] run.sh: fix bashism

Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
---
 imx/run.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/imx/run.sh b/imx/run.sh
index c0d676ae7..ebeb7a6e7 100755
--- a/imx/run.sh
+++ b/imx/run.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # Start the isp_media_server in the configuration from user
 # (c) NXP 2020
-- 
2.29.0