diff options
Diffstat (limited to 'projects/coreboot')
-rwxr-xr-x | projects/coreboot/coreboot | 2 | ||||
-rw-r--r-- | projects/coreboot/coreboot-helper | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/projects/coreboot/coreboot b/projects/coreboot/coreboot index 2a414dee..5a3c3c7f 100755 --- a/projects/coreboot/coreboot +++ b/projects/coreboot/coreboot @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # diff --git a/projects/coreboot/coreboot-helper b/projects/coreboot/coreboot-helper index b7849373..8a528fa5 100644 --- a/projects/coreboot/coreboot-helper +++ b/projects/coreboot/coreboot-helper @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2016 Paul Kocialkowski <contact@paulk.fr> # |