summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-11-22 05:09:04 +0000
committerFrancis Rowe <info@gluglug.org.uk>2014-11-22 05:09:04 +0000
commit96f4fc55c39145ef7b73d2512dcb34722156d599 (patch)
treef8312368256c670400f678b5dceaf1951a0d9699 /resources
parent4b969d30504cc56f12022b5be467886807e95dab (diff)
resources/utilities/grub-assemble/gen.txtmode.sh: Use GNU BASH
resources/utilities/grub-assemble/gen.vesafb.sh: Use GNU BASH
Diffstat (limited to 'resources')
-rwxr-xr-xresources/utilities/grub-assemble/gen.txtmode.sh2
-rwxr-xr-xresources/utilities/grub-assemble/gen.vesafb.sh2
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 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,
diff --git a/resources/utilities/grub-assemble/gen.vesafb.sh b/resources/utilities/grub-assemble/gen.vesafb.sh
index 1c0b593..9d2935e 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,