All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-swupd][PATCH 1/2] oe-swupd-helpers: convert scripts to posix shell
@ 2016-11-21 16:29 André Draszik
  2016-11-21 16:29 ` [meta-swupd][PATCH 2/2] swupd-client: don't unconditionally depend on bash André Draszik
  2016-12-01 14:06 ` [meta-swupd][PATCH 1/2] oe-swupd-helpers: convert scripts to posix shell Patrick Ohly
  0 siblings, 2 replies; 4+ messages in thread
From: André Draszik @ 2016-11-21 16:29 UTC (permalink / raw)
  To: yocto

From: André Draszik <adraszik@tycoint.com>

These scripts don't do much and there's no reason for
them to require bash as interpreter.

Signed-off-by: André Draszik <adraszik@tycoint.com>
---
 recipes-core/swupd-client/oe-swupd-helpers/clr_pre_update.sh      | 2 +-
 recipes-core/swupd-client/oe-swupd-helpers/kernel_updater.sh      | 2 +-
 recipes-core/swupd-client/oe-swupd-helpers/systemdboot_updater.sh | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-core/swupd-client/oe-swupd-helpers/clr_pre_update.sh b/recipes-core/swupd-client/oe-swupd-helpers/clr_pre_update.sh
index 6302090..835948d 100755
--- a/recipes-core/swupd-client/oe-swupd-helpers/clr_pre_update.sh
+++ b/recipes-core/swupd-client/oe-swupd-helpers/clr_pre_update.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 set -u
 
 #######################################
diff --git a/recipes-core/swupd-client/oe-swupd-helpers/kernel_updater.sh b/recipes-core/swupd-client/oe-swupd-helpers/kernel_updater.sh
index b0d5335..98e12c2 100755
--- a/recipes-core/swupd-client/oe-swupd-helpers/kernel_updater.sh
+++ b/recipes-core/swupd-client/oe-swupd-helpers/kernel_updater.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 #######################################
 # This script will be called after an updated kernel has been installed
diff --git a/recipes-core/swupd-client/oe-swupd-helpers/systemdboot_updater.sh b/recipes-core/swupd-client/oe-swupd-helpers/systemdboot_updater.sh
index 470cd6e..19f025d 100755
--- a/recipes-core/swupd-client/oe-swupd-helpers/systemdboot_updater.sh
+++ b/recipes-core/swupd-client/oe-swupd-helpers/systemdboot_updater.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 #######################################
 # systemd bootloader installer
-- 
2.10.2



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-12-01 14:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-21 16:29 [meta-swupd][PATCH 1/2] oe-swupd-helpers: convert scripts to posix shell André Draszik
2016-11-21 16:29 ` [meta-swupd][PATCH 2/2] swupd-client: don't unconditionally depend on bash André Draszik
2016-12-01 14:06   ` Patrick Ohly
2016-12-01 14:06 ` [meta-swupd][PATCH 1/2] oe-swupd-helpers: convert scripts to posix shell Patrick Ohly

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.