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