diff options
Diffstat (limited to 'tools/boot-keys')
-rwxr-xr-x | tools/boot-keys/boot-keys | 2 | ||||
-rwxr-xr-x | tools/boot-keys/boot-keys-helper | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/boot-keys/boot-keys b/tools/boot-keys/boot-keys index ddc0273a..da56aca9 100755 --- a/tools/boot-keys/boot-keys +++ b/tools/boot-keys/boot-keys @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/tools/boot-keys/boot-keys-helper b/tools/boot-keys/boot-keys-helper index d386c8ba..31e2c16b 100755 --- a/tools/boot-keys/boot-keys-helper +++ b/tools/boot-keys/boot-keys-helper @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash KERNEL="kernel" TYPE="type" |