diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-22 00:09:04 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-22 00:09:04 (EST) |
commit | 96f4fc55c39145ef7b73d2512dcb34722156d599 (patch) | |
tree | f8312368256c670400f678b5dceaf1951a0d9699 /resources/utilities/grub-assemble/gen.txtmode.sh | |
parent | 4b969d30504cc56f12022b5be467886807e95dab (diff) | |
download | libreboot-96f4fc55c39145ef7b73d2512dcb34722156d599.zip libreboot-96f4fc55c39145ef7b73d2512dcb34722156d599.tar.gz libreboot-96f4fc55c39145ef7b73d2512dcb34722156d599.tar.bz2 |
resources/utilities/grub-assemble/gen.txtmode.sh: Use GNU BASH
resources/utilities/grub-assemble/gen.vesafb.sh: Use GNU BASH
Diffstat (limited to 'resources/utilities/grub-assemble/gen.txtmode.sh')
-rwxr-xr-x | resources/utilities/grub-assemble/gen.txtmode.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/utilities/grub-assemble/gen.txtmode.sh b/resources/utilities/grub-assemble/gen.txtmode.sh index c0ddd29..7274638 100755 --- a/resources/utilities/grub-assemble/gen.txtmode.sh +++ b/resources/utilities/grub-assemble/gen.txtmode.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright # notice and this notice are preserved. This file is offered as-is, |