diff options
Diffstat (limited to 'util/chromeos/extract_blobs.sh')
-rwxr-xr-x | util/chromeos/extract_blobs.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/util/chromeos/extract_blobs.sh b/util/chromeos/extract_blobs.sh index af9d0262344e..a674ada91f9c 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 |