diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-22 05:09:04 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-22 05:09:04 +0000 |
commit | 96f4fc55c39145ef7b73d2512dcb34722156d599 (patch) | |
tree | f8312368256c670400f678b5dceaf1951a0d9699 /resources/utilities | |
parent | 4b969d30504cc56f12022b5be467886807e95dab (diff) | |
download | librebootfr-96f4fc55c39145ef7b73d2512dcb34722156d599.tar.gz librebootfr-96f4fc55c39145ef7b73d2512dcb34722156d599.zip |
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')
-rwxr-xr-x | resources/utilities/grub-assemble/gen.txtmode.sh | 2 | ||||
-rwxr-xr-x | resources/utilities/grub-assemble/gen.vesafb.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/utilities/grub-assemble/gen.txtmode.sh b/resources/utilities/grub-assemble/gen.txtmode.sh index c0ddd295..72746389 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, diff --git a/resources/utilities/grub-assemble/gen.vesafb.sh b/resources/utilities/grub-assemble/gen.vesafb.sh index 1c0b5936..9d2935e8 100755 --- a/resources/utilities/grub-assemble/gen.vesafb.sh +++ b/resources/utilities/grub-assemble/gen.vesafb.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, |