From: Ulrich Ölmann Date: Wed, 21 Jul 2021 20:09:11 +0000 (+0200) Subject: initramfs-framework/setup-live: fix shebang X-Git-Tag: 2021-04.3~87 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=38e2b1876f4565b83c66643d9c71c638e732ecc5;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: Anuj Mittal --- 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