From 5c3679c882d4cdb7547edafb8d4a498446520f52 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Sat, 22 Feb 2020 14:36:58 +0000 Subject: add missing shebangs to temp generated shell code files Closes: #952863 --- scripts/build/binary_hdd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/build/binary_hdd') diff --git a/scripts/build/binary_hdd b/scripts/build/binary_hdd index a0d45392b..e6c6bdfa3 100755 --- a/scripts/build/binary_hdd +++ b/scripts/build/binary_hdd @@ -285,6 +285,7 @@ if [ "${LB_FIRST_BOOTLOADER}" = "grub" ] then cat > chroot/grub.sh << EOF +#!/bin/sh cd binary.tmp grub --batch << EOM find /live/vmlinuz @@ -298,6 +299,7 @@ EOF echo "WAITING..." && read WAIT #cat > chroot/grub.sh << EOF +#!/bin/sh #grub --batch << EOM #root $rootpartition #setup $hdddev -- cgit v1.2.3