Author: uwe Date: Mon Oct 18 02:20:40 2010 New Revision: 5963 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5963
Log: 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
Modified: trunk/src/cpu/intel/microcode/update-microcodes.sh (props changed)