From: Ulrich Ölmann Date: Wed, 21 Jul 2021 20:09:11 +0000 (+0200) Subject: initramfs-framework/setup-live: fix shebang X-Git-Tag: yocto-3.1.11~105 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c9271a5882965d783a88d4f97d03d9bb2bc93c7c;p=openembedded-core.git initramfs-framework/setup-live: fix shebang Signed-off-by: Ulrich Ölmann Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 71f1f6bc9402ee0fad82aaf0757fffb73da4b706) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-core/initrdscripts/initramfs-framework/setup-live b/meta/recipes-core/initrdscripts/initramfs-framework/setup-live index 4c79f41285..7e92f93322 100644 --- a/meta/recipes-core/initrdscripts/initramfs-framework/setup-live +++ b/meta/recipes-core/initrdscripts/initramfs-framework/setup-live @@ -1,4 +1,4 @@ -#/bin/sh +#!/bin/sh # Copyright (C) 2011 O.S. Systems Software LTDA. # Licensed on MIT