diff options
author | Leah Rowe <info@minifree.org> | 2017-06-23 19:38:45 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-06-23 19:38:45 +0000 |
commit | 27c97741ffb53a6000a543ab085f5e87bce97b55 (patch) | |
tree | aff092d91ed7b7f47fe396a16da2b7d29b721099 /resources/scripts/helpers/build/roms/withseabios | |
parent | 87047e55156f7b9f0bffe4059890799e1a987530 (diff) | |
parent | b6e6d5eba409ca26934308a171c01210747248d7 (diff) | |
download | librebootfr-27c97741ffb53a6000a543ab085f5e87bce97b55.tar.gz librebootfr-27c97741ffb53a6000a543ab085f5e87bce97b55.zip |
Merge branch 'portable-shebangs' of kragle/libreboot into master
Diffstat (limited to 'resources/scripts/helpers/build/roms/withseabios')
-rwxr-xr-x | resources/scripts/helpers/build/roms/withseabios | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/roms/withseabios b/resources/scripts/helpers/build/roms/withseabios index e43c642f..71f0c448 100755 --- a/resources/scripts/helpers/build/roms/withseabios +++ b/resources/scripts/helpers/build/roms/withseabios @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # helper script: build ROM images with SeaBIOS and put them in ./bin/seabios/ |