aboutsummaryrefslogtreecommitdiff
path: root/util/chromeos/extract_blobs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/chromeos/extract_blobs.sh')
-rwxr-xr-xutil/chromeos/extract_blobs.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/chromeos/extract_blobs.sh b/util/chromeos/extract_blobs.sh
index af9d026234..a674ada91f 100755
--- a/util/chromeos/extract_blobs.sh
+++ b/util/chromeos/extract_blobs.sh
@@ -1,4 +1,4 @@
-#!/bin/bash -x
+#!/usr/bin/env bash
#
# This file is part of the coreboot project.
#
@@ -14,6 +14,8 @@
# GNU General Public License for more details.
#
+set -x
+
IMAGE=$1
if [ ! -r "$IMAGE" ]; then