Skip to content

Commit

Permalink
12815 ucode/update.intel needs pkgfmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan McDonald committed Jun 8, 2020
1 parent b3263c9 commit 16b19c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions usr/src/data/ucode/update.intel
Expand Up @@ -19,6 +19,9 @@
set -e
set -o pipefail

# Remove this once we start using pkgfmt without it in the rest of -gate.
export PKGFMT_OUTPUT=v1

[[ -z "$1" ]] || [[ ! -f "$1" ]] && {
echo "Syntax: $0 <path to microcode tar>" >&2
exit 1
Expand Down

0 comments on commit 16b19c8

Please sign in to comment.