coreboot/src/cpu/intel/microcode
Uwe Hermann 321ebe0953 Make update-microcodes.sh executable.
This also has an additional benefit:

I was running "sh update-microcodes.sh" previously which broke with

  update-microcodes.sh: 102: Bad substitution

due to the script requiring /bin/bash instead of /bin/sh (uses bash-specific
stuff). Running "bash update-microcodes.sh" works fine.

Making the script executable in svn reduces the likelyhood of people
running the script with differing shells that may not work.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5963 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-10-18 00:20:40 +00:00
..
Makefile.inc Rename build system variables to be more intuitive, and 2010-09-30 16:55:02 +00:00
microcode.c cosmetical changes on intel's microcode.c 2010-05-26 12:53:43 +00:00
update-microcodes.sh Make update-microcodes.sh executable. 2010-10-18 00:20:40 +00:00