layerscape: add restool package
[oweals/openwrt.git] / package / network / utils / layerscape / restool / patches / 0008-scripts-use-Bourne-shell-instead-of-bash.patch
1 From 4a1df345edc59a7407b955529955d6799d974b70 Mon Sep 17 00:00:00 2001
2 From: Ioana Ciornei <ioana.ciornei@nxp.com>
3 Date: Tue, 24 Oct 2017 16:30:00 +0000
4 Subject: [PATCH 08/12] scripts: use Bourne shell instead of bash
5
6 Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
7 ---
8  scripts/ls-main | 4 ++--
9  1 file changed, 2 insertions(+), 2 deletions(-)
10
11 diff --git a/scripts/ls-main b/scripts/ls-main
12 index a8b9573..bd79295 100755
13 --- a/scripts/ls-main
14 +++ b/scripts/ls-main
15 @@ -1,4 +1,4 @@
16 -#!/bin/bash
17 +#!/bin/sh
18  
19  # Copyright 2013-2016 Freescale Semiconductor Inc.
20  # Copyright 2017 NXP
21 @@ -37,7 +37,7 @@
22  # Prerequisites:
23  #      - Management Complex version 10.x
24  #      - restool version 1.4 or newer
25 -#      - bash shell
26 +#      - Bourne Shell (sh)
27  #
28  #
29  # The purpose of this script is to offer a user friendly way to create
30 -- 
31 2.14.1
32