Skip to content

Commit 4f6f68a

Browse files
committed
just plain cp /proc/cmdline
this removes the bash-ism ``` `< …` ```
1 parent 3fc81c9 commit 4f6f68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secure-boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $(BUILDDIR)/cmdline.txt:
5252
@mkdir -p $(BUILDDIR)
5353
[ -f ${CMDLINE} ] && \
5454
tr '\n' ' ' < ${CMDLINE} > $@ || \
55-
echo -n `</proc/cmdline` > $@
55+
cp /proc/cmdline $@
5656

5757
$(BUILDDIR)/initramfs.img: $(UCODE) $(INITRAMFS)
5858
@mkdir -p $(BUILDDIR)

0 commit comments

Comments
 (0)