[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4425/8267] verify-bashisms: revise update-rc.d whitelist entry
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 4425/8267] verify-bashisms: revise update-rc.d whitelist entry
- Date: Sun, 17 Dec 2017 02:01:08 +0000 (UTC)
commit 3108bff175850914c71e02c47bac467f59661296
Author: Patrick Ohly <patrick ohly intel com>
Date: Tue Jan 31 13:50:30 2017 +0100
verify-bashisms: revise update-rc.d whitelist entry
The actual code recently changed to:
if ${@use_updatercd(d)} && type update-rc.d >/dev/null 2>/dev/null; then
(From OE-Core rev: 32ae3e686db067a2a63932782970db79eb1703e8)
Signed-off-by: Patrick Ohly <patrick ohly intel com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
scripts/verify-bashisms | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/scripts/verify-bashisms b/scripts/verify-bashisms
index 613f174..df071e3 100755
--- a/scripts/verify-bashisms
+++ b/scripts/verify-bashisms
@@ -6,7 +6,7 @@ whitelist = (
# type is supported by dash
'if type systemctl >/dev/null 2>/dev/null; then',
'if type systemd-tmpfiles >/dev/null 2>/dev/null; then',
- 'if type update-rc.d >/dev/null 2>/dev/null; then',
+ 'type update-rc.d >/dev/null 2>/dev/null; then',
'command -v',
# HOSTNAME is set locally
'buildhistory_single_commit "$CMDLINE" "$HOSTNAME"',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]