• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

bootable/newinstaller


Commit MetaInfo

Revision90fbf326c3b1eaf276525d2a0b9bd67babfb7f7c (tree)
Time2019-01-12 02:00:19
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

android.cfg: remove duplicate includes

Seems config_directory is the same as cmdpath, though I don't
understand why.

Change Summary

Incremental Difference

--- a/install/grub2/efi/boot/android.cfg
+++ b/install/grub2/efi/boot/android.cfg
@@ -100,7 +100,7 @@ add_os_if_exists /EFI/debian/${grub}.efi Debian debian
100100 add_os_if_exists /EFI/linuxmint/${grub}.efi "Linux Mint" linuxmint
101101 add_os_if_exists /EFI/Microsoft/Boot/bootmgfw.efi Windows windows
102102
103-for d in $config_directory $cmdpath $prefix; do
103+for d in $cmdpath $prefix; do
104104 if [ -f $d/custom.cfg ]; then
105105 source $d/custom.cfg
106106 fi