Skip to content

Commit

Permalink
mxgrub: Fix variable expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Aug 18, 2023
1 parent 54f8e0b commit fd7002f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxgrub/mxgrub
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ sub build_microcode {
set -e
DSTDIR=kernel/x86/microcode
mkdir -p /scratch/local/mxgrub-build-microcode/
cd $_
cd \$_
mkdir -p "\$DSTDIR"
cat $pattern > "\$DSTDIR"/$binname
find . | cpio -o -H newc > $image
Expand Down

0 comments on commit fd7002f

Please sign in to comment.