0008-scripts-use-Bourne-shell-instead-of-bash.patch 825 B

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