[coreboot] r249 - buildrom-devel/bin

svn at coreboot.org svn at coreboot.org
Fri Oct 10 23:43:26 CEST 2008


Author: ward
Date: 2008-10-10 23:43:25 +0200 (Fri, 10 Oct 2008)
New Revision: 249

Modified:
   buildrom-devel/bin/construct-rom.sh
Log:

Remove unnecessary bash-ism.

This is a trivial patch.

Signed-off-by: Ward Vandewege <ward at gnu.org>
Acked-by: Ward Vandewege <ward at gnu.org>



Modified: buildrom-devel/bin/construct-rom.sh
===================================================================
--- buildrom-devel/bin/construct-rom.sh	2008-10-10 21:38:45 UTC (rev 248)
+++ buildrom-devel/bin/construct-rom.sh	2008-10-10 21:43:25 UTC (rev 249)
@@ -3,7 +3,7 @@
 
 DOPAD=0
 
-if [ "$1" == "-p" ]; then
+if [ "$1" = "-p" ]; then
 	DOPAD=1
 	shift
 fi





More information about the coreboot mailing list