* util/grub-mkrescue.in: Use portable `.' rather than non-portable
`source'.
This commit is contained in:
parent
5626056ffb
commit
b84f26c549
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-05-18 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* util/grub-mkrescue.in: Use portable `.' rather than non-portable
|
||||
`source'.
|
||||
|
||||
2011-05-18 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* grub-core/genmod.sh.in: Use 'set -e' rather than '#! /bin/sh -e',
|
||||
|
|
|
@ -229,7 +229,7 @@ if [ "${override_dir}" = "" ] ; then
|
|||
process_input_dir ${efi64_dir} x86_64-efi
|
||||
fi
|
||||
else
|
||||
source "${override_dir}"/modinfo.sh
|
||||
. "${override_dir}"/modinfo.sh
|
||||
process_input_dir "${override_dir}" ${grub_modinfo_target_cpu}-${grub_modinfo_platform}
|
||||
multiboot_dir=
|
||||
pc_dir=
|
||||
|
|
Loading…
Reference in a new issue