Skip to content

Commit

Permalink
kernel: fix script #4
Browse files Browse the repository at this point in the history
  • Loading branch information
eldios committed Feb 3, 2025
1 parent c2a91d7 commit 4789459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/linux/kernel_build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -eux
TMPDIR="$(mktemp)"
TMPDIR="$(mktemp -d)"

echo "cloning AMD SNP kernel in tmp directory ${TMPDIR}"
(
Expand Down

0 comments on commit 4789459

Please sign in to comment.